Make background slightly darker

This commit is contained in:
Brandon Presley 2022-08-27 16:15:24 +12:00
parent f3eaccceee
commit e8109ce871
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export const CombinedDarkTheme = {
...PaperDarkTheme.colors,
...NavigationDarkTheme.colors,
primary: '#B3E5fC',
background: '#121212',
background: '#0e0e0e',
},
};