5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 21:26:21 +00:00

fixup! fix: alert en modo oscuro

This commit is contained in:
f 2023-04-03 13:47:12 -03:00
parent ad76fed1b1
commit bd21f3d9b4

View file

@ -54,9 +54,9 @@ $sizes: (
} }
.alert-primary { .alert-primary {
@include alert-variant(theme-color-level($cyan, $alert-bg-level), @include alert-variant(theme-color-level("cyan", $alert-bg-level),
theme-color-level($cyan, $alert-border-level), theme-color-level("cyan", $alert-border-level),
theme-color-level($cyan, $alert-color-level)); theme-color-level("cyan", $alert-color-level));
} }
} }