diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index cfcd4a4ff..31d12ddf8 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -72,7 +72,7 @@ export function ThresholdBarGraph({ } else if (value >= threshold.warning) { return "#FF9966"; } else { - return (systemTheme || theme) == "dark" ? "#404040" : "#E5E5E5"; + return "#217930"; } }, ],