From e8109ce87168442cfc23d27bec5028dc8b16e8b9 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 27 Aug 2022 16:15:24 +1200 Subject: [PATCH] Make background slightly darker --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index d34bdd4..d309f5c 100644 --- a/App.tsx +++ b/App.tsx @@ -54,7 +54,7 @@ export const CombinedDarkTheme = { ...PaperDarkTheme.colors, ...NavigationDarkTheme.colors, primary: '#B3E5fC', - background: '#121212', + background: '#0e0e0e', }, };