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) => (