diff --git a/App.tsx b/App.tsx index 26ad353..92fdfee 100644 --- a/App.tsx +++ b/App.tsx @@ -61,7 +61,7 @@ const App = () => { }, []); const paperTheme = useMemo(() => { - const darkTheme = appSettings.lightColor + const darkTheme = appSettings.darkColor ? { ...CombinedDarkTheme, colors: {