mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix unsetted custom property on notifications
This commit is contained in:
@@ -59,14 +59,14 @@
|
||||
|
||||
.level-warning {
|
||||
--notification-bg-color: var(--color-background-warning);
|
||||
--notification-fg-color: var(--color-foreground-warning);
|
||||
--notification-fg-color: var(--color-foreground-primary);
|
||||
--notification-border-color: var(--color-accent-warning);
|
||||
--notification-icon-color: var(--color-accent-warning);
|
||||
}
|
||||
|
||||
.level-success {
|
||||
--notification-bg-color: var(--color-background-success);
|
||||
--notification-fg-color: var(--color-foreground-success);
|
||||
--notification-fg-color: var(--color-foreground-primary);
|
||||
--notification-border-color: var(--color-accent-success);
|
||||
--notification-icon-color: var(--color-accent-success);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user