From f65d1d2f5901ed98d15c6c2b96cf18d86c7dfb83 Mon Sep 17 00:00:00 2001 From: "Matt Johnson (via Claude)" Date: Wed, 10 Jun 2026 19:42:39 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Carbon=20sweep=20=E2=80=94=20GaugeSites,?= =?UTF-8?q?=20TownAnchors,=20Notifications,=20Alerts=20=E2=80=94=20teal/cy?= =?UTF-8?q?an/blue=20=E2=86=92=20amber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard-frontend/src/pages/Alerts.tsx | 18 ++++++------ dashboard-frontend/src/pages/GaugeSites.tsx | 28 +++++++++---------- .../src/pages/Notifications.tsx | 4 +-- dashboard-frontend/src/pages/TownAnchors.tsx | 22 +++++++-------- ...{index-BOveD3kO.css => index-8oP3B9c2.css} | 2 +- .../{index-BT0Sg4ip.js => index-cJev-9xo.js} | 18 ++++++------ meshai/dashboard/static/index.html | 4 +-- 7 files changed, 48 insertions(+), 48 deletions(-) rename meshai/dashboard/static/assets/{index-BOveD3kO.css => index-8oP3B9c2.css} (62%) rename meshai/dashboard/static/assets/{index-BT0Sg4ip.js => index-cJev-9xo.js} (90%) diff --git a/dashboard-frontend/src/pages/Alerts.tsx b/dashboard-frontend/src/pages/Alerts.tsx index 9f92dd2..f62567e 100644 --- a/dashboard-frontend/src/pages/Alerts.tsx +++ b/dashboard-frontend/src/pages/Alerts.tsx @@ -76,10 +76,10 @@ function getSeverityStyles(severity: string) { case 'routine': default: return { - bg: 'bg-sky-400/10', - border: 'border-sky-400', - badge: 'bg-sky-400/20 text-sky-400', - iconColor: 'text-sky-400', + bg: 'bg-[#f59e0b]/10', + border: 'border-[#f59e0b]', + badge: 'bg-[#f59e0b]/20 text-[#f59e0b]', + iconColor: 'text-[#f59e0b]', } } } @@ -207,7 +207,7 @@ function AlertHistoryTable({ onSeverityFilterChange(e.target.value)} - className="bg-bg border border-border rounded px-3 py-1.5 text-sm text-slate-200 focus:outline-none focus:border-sky-400" + className="bg-bg border border-border rounded px-3 py-1.5 text-sm text-slate-200 focus:outline-none focus:border-[#f59e0b]" > {severities.map((s) => (