Added loading overlay colors.

This commit is contained in:
Lucid Kobold
2022-04-09 17:07:02 -05:00
parent 281d1c7b53
commit ba6743cd1b

View File

@@ -30,6 +30,11 @@ const AppTheme = extendTheme({
footerText: "black",
content: "#2d3748",
patreon: "#FF424D"
},
loading: {
overlayBg: "#171923cb",
spinnerColor: "#0088ff",
spinnerEmptySpace: "#2D374860"
}
},
styles: {