Skip to content

Commit e75d617

Browse files
fix(theme): add default navigation colors theme into _config.ts file (#416)
1 parent 6afc198 commit e75d617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/theme/_config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DarkTheme } from '@react-navigation/native';
1+
import { DarkTheme, DefaultTheme } from '@react-navigation/native';
22

33
import type { ThemeConfiguration } from '@/types/theme/config';
44

@@ -42,7 +42,7 @@ export const config = {
4242
colors: colorsLight,
4343
},
4444
navigationColors: {
45-
...DarkTheme.colors,
45+
...DefaultTheme.colors,
4646
background: colorsLight.gray50,
4747
card: colorsLight.gray50,
4848
},

0 commit comments

Comments
 (0)