Change color of percentage according to uptime of monitor.

This commit is contained in:
M M
2024-09-01 12:25:23 -07:00
parent 21fafa1705
commit d75b494d58
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const darkTheme = createTheme({
warning: {
text: "#e88c30",
main: "#FF9F00",
light: "#27272a",
light: "#ffd600",
bg: "#1E1E1E",
border: "#e88c30",
},