style: add override variable color

main
Yuri Dimas 2025-10-23 22:13:19 +07:00
parent 69d1593671
commit 20df44b726
No known key found for this signature in database
GPG Key ID: 4A421F9108FB5D2C
1 changed files with 7 additions and 0 deletions

View File

@ -150,3 +150,10 @@
.badge {
@apply text-nowrap;
}
:root {
--color-success: #12B76A;
--color-warning: #F79009;
--color-error: #F04438;
--color-secondary: #F15A25;
}