💄(frontend) improve the design of the alert error

Since the new design implementation,
the alert error was not looking good.
This commit improves the design of the alert error.
This commit is contained in:
Anthony LC
2025-02-28 11:19:47 +01:00
committed by Anthony LC
parent 6672292d93
commit e442908c50
6 changed files with 62 additions and 4 deletions

View File

@@ -357,6 +357,15 @@ const config = {
components: {
alert: {
'border-radius': '0',
error: {
'background-color': 'var(--c--theme--colors--danger-100)',
'border-left-color': 'var(--c--theme--colors--danger-400)',
close: {
color: 'white',
'background-color': 'var(--c--theme--colors--danger-400)',
'background-color-hover': 'var(--c--theme--colors--danger-600)',
},
},
},
modal: {
'width-small': '342px',