Adjust dark mode colors

This commit is contained in:
Lei Nelissen
2022-05-16 22:28:13 +02:00
parent a719e309ad
commit 0589325055
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ const DarkTheme = {
...BaseDarkTheme,
colors: {
...BaseDarkTheme.colors,
background: themes.light.view.backgroundColor,
background: themes.dark.view.backgroundColor,
}
};