Update UI indicator colors

This commit is contained in:
masterdev
2026-06-16 22:51:44 +01:00
parent 6bee04a8e1
commit a93bc585e7

View File

@@ -18,6 +18,8 @@
--status-qualified: #2B2B2B; --status-qualified: #2B2B2B;
--status-setup: color-mix(in srgb, #0A2F5A 72%, #F28C28); --status-setup: color-mix(in srgb, #0A2F5A 72%, #F28C28);
--status-off-plan: color-mix(in srgb, #2B2B2B 48%, #FFFFFF); --status-off-plan: color-mix(in srgb, #2B2B2B 48%, #FFFFFF);
--live-indicator: #0A5A21;
--cycle-bar-normal: #F9F9F9;
--text-xs: 0.75rem; --text-xs: 0.75rem;
--text-sm: 0.875rem; --text-sm: 0.875rem;
@@ -141,10 +143,10 @@ button:disabled {
} }
.hero__dot { .hero__dot {
width: 8px; width: 20px;
height: 8px; height: 20px;
border-radius: 99px; border-radius: 99px;
background: var(--status-production); background: var(--live-indicator);
} }
.connection-banner { .connection-banner {
@@ -639,7 +641,7 @@ th {
} }
.cycle-chart__bar { .cycle-chart__bar {
fill: var(--status-production); fill: var(--cycle-bar-normal);
} }
.cycle-chart__bar--slow { .cycle-chart__bar--slow {