♻️ Update colors for alerts

This commit is contained in:
Eva Marco 2024-02-14 17:03:15 +01:00 committed by Andrey Antukh
parent f91a8b371a
commit de0cd5aa04
14 changed files with 158 additions and 59 deletions

View file

@ -329,10 +329,10 @@
&.invalid {
background-color: var(--status-widget-background-color-error);
.text {
color: var(--alert-foreground-color-error);
color: var(--alert-text-foreground-color-error);
}
.icon svg {
stroke: var(--alert-foreground-color-error);
stroke: var(--alert-icon-foreground-color-error);
}
}
}