From 4b5e7011d644984133627dcdefe8e489e1fa1975 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 13 Nov 2023 19:16:13 +1300 Subject: [PATCH] Fix logic for dark color theme --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {