fix(analytics-ui): unify branding colors and remove hardcoded values

This commit is contained in:
Usman Baig
2026-01-18 21:09:43 +01:00
parent e7a123cea2
commit 389db73bf5
3 changed files with 11 additions and 3 deletions

View File

@@ -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;