Use green for normal stats color

This commit is contained in:
Nicolas Mowen 2024-04-16 08:10:41 -06:00
parent 10c2e47876
commit 3ce9265180

View File

@ -72,7 +72,7 @@ export function ThresholdBarGraph({
} else if (value >= threshold.warning) {
return "#FF9966";
} else {
return (systemTheme || theme) == "dark" ? "#404040" : "#E5E5E5";
return "#217930";
}
},
],