Skip to content

Commit f321a71

Browse files
dannyhwdanstepanov
authored andcommitted
fix: readd type
1 parent 3711ade commit f321a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/templates/packages/nativewindui/theme/index.ts.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Theme } from '@react-navigation/native';
22
import { DefaultTheme, DarkTheme } from '@react-navigation/native';
33
import { COLORS } from './colors';
44

5-
const NAV_THEME = {
5+
const NAV_THEME: { light: Theme; dark: Theme } = {
66
light: {
77
dark: false,
88
colors: {

0 commit comments

Comments
 (0)