fix(analytics-ui): unify branding colors and remove hardcoded values
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
/* * Semantic colors */
|
||||
--color-success: #10B981;
|
||||
--color-warning: #F59E0B;
|
||||
--color-error: #EF4444;
|
||||
|
||||
/* * Brand colors - Orange used as accent only */
|
||||
--color-brand-orange: #FD5E0F;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user