nicolium: make toasts not that much colorful

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-05 18:41:55 +01:00
parent a555c05900
commit 8932659d46

View File

@ -594,15 +594,15 @@ body {
@apply top-4;
}
&--success svg {
&--success .-toast__icon svg {
@apply text-success-500 dark:text-success-400;
}
&--info svg {
&--info .-toast__icon svg {
@apply text-primary-600 dark:text-primary-400;
}
&--error svg {
&--error .-toast__icon svg {
@apply text-danger-600;
}
}