mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Use green for normal stats color
This commit is contained in:
parent
10c2e47876
commit
3ce9265180
@ -72,7 +72,7 @@ export function ThresholdBarGraph({
|
||||
} else if (value >= threshold.warning) {
|
||||
return "#FF9966";
|
||||
} else {
|
||||
return (systemTheme || theme) == "dark" ? "#404040" : "#E5E5E5";
|
||||
return "#217930";
|
||||
}
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user