chore(FE-91): create daisyui.css file for extending daisyUI style

This commit is contained in:
ValdiANS
2025-10-16 10:01:00 +07:00
parent 212fd3b4f2
commit eb0f04310e
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@layer utilities {
.step.step-success::before {
--step-bg: var(--color-success);
--step-fg: var(--color-success-content);
}
.step.step-error::before {
--step-bg: var(--color-error);
--step-fg: var(--color-error-content);
}
}