mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Make betters color in light mode
This commit is contained in:
parent
25f001bf47
commit
ad9d115b67
@ -56,7 +56,7 @@ export default function SystemGraph({
|
|||||||
} else if (value >= threshold.warning) {
|
} else if (value >= threshold.warning) {
|
||||||
return "#FF9966";
|
return "#FF9966";
|
||||||
} else {
|
} else {
|
||||||
return "#404040";
|
return (systemTheme || theme) == "dark" ? "#404040" : "#E5E5E5";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user