fix: use CSS variables for accent-green-rgb and accent-purple-rgb in sensor dashboard

This commit is contained in:
James Smith
2026-05-21 12:58:31 +01:00
parent b5c35890af
commit 2505218385
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@
--accent-yellow: #e1c26b;
--accent-purple: #8f7bd6;
--accent-purple-rgb: 143, 123, 214;
--accent-green-rgb: 56, 193, 128;
/* Text hierarchy */
--text-primary: #d7e0ee;