From a93bc585e7dcb1d554d97e927f362588a77724cc Mon Sep 17 00:00:00 2001 From: masterdev Date: Tue, 16 Jun 2026 22:51:44 +0100 Subject: [PATCH] Update UI indicator colors --- frontend/src/styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 647f2f1..29bd8f8 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -18,6 +18,8 @@ --status-qualified: #2B2B2B; --status-setup: color-mix(in srgb, #0A2F5A 72%, #F28C28); --status-off-plan: color-mix(in srgb, #2B2B2B 48%, #FFFFFF); + --live-indicator: #0A5A21; + --cycle-bar-normal: #F9F9F9; --text-xs: 0.75rem; --text-sm: 0.875rem; @@ -141,10 +143,10 @@ button:disabled { } .hero__dot { - width: 8px; - height: 8px; + width: 20px; + height: 20px; border-radius: 99px; - background: var(--status-production); + background: var(--live-indicator); } .connection-banner { @@ -639,7 +641,7 @@ th { } .cycle-chart__bar { - fill: var(--status-production); + fill: var(--cycle-bar-normal); } .cycle-chart__bar--slow {