We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afc198 commit e75d617Copy full SHA for e75d617
template/src/theme/_config.ts
@@ -1,4 +1,4 @@
1
-import { DarkTheme } from '@react-navigation/native';
+import { DarkTheme, DefaultTheme } from '@react-navigation/native';
2
3
import type { ThemeConfiguration } from '@/types/theme/config';
4
@@ -42,7 +42,7 @@ export const config = {
42
colors: colorsLight,
43
},
44
navigationColors: {
45
- ...DarkTheme.colors,
+ ...DefaultTheme.colors,
46
background: colorsLight.gray50,
47
card: colorsLight.gray50,
48
0 commit comments