Fix logic for dark color theme

This commit is contained in:
Brandon Presley 2023-11-13 19:16:13 +13:00
parent 315279e28d
commit 4b5e7011d6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const App = () => {
}, []);
const paperTheme = useMemo(() => {
const darkTheme = appSettings.lightColor
const darkTheme = appSettings.darkColor
? {
...CombinedDarkTheme,
colors: {