From c986de9e35093955233c2bdd85ddabb62d3ef632 Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Wed, 11 Mar 2026 14:57:51 -0600 Subject: [PATCH] fix: legend - earthquake icon yellow, outage zone grey Former-commit-id: 85478250c336940240a019d19fdb5eaea6622906 --- frontend/src/components/MapLegend.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/MapLegend.tsx b/frontend/src/components/MapLegend.tsx index 803ea21..2b901d3 100644 --- a/frontend/src/components/MapLegend.tsx +++ b/frontend/src/components/MapLegend.tsx @@ -151,7 +151,7 @@ const LEGEND: LegendCategory[] = [ name: "GEOPHYSICAL", color: "text-orange-400 border-orange-500/30", items: [ - { svg: circle("#ff6600"), label: "Earthquake (size = magnitude)" }, + { svg: circle("#ffcc00"), label: "Earthquake (yellow blob, size = magnitude)" }, ], }, { @@ -192,7 +192,7 @@ const LEGEND: LegendCategory[] = [ color: "text-purple-400 border-purple-500/30", items: [ { svg: ``, label: "Data Center" }, - { svg: circle("#ef4444"), label: "Internet Outage Zone" }, + { svg: circle("#888"), label: "Internet Outage Zone (grey)" }, ], }, {