Skip to content

Commit 7edbd3a

Browse files
committed
fix(themes): add missing statusBarStyle
1 parent 9d3274b commit 7edbd3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/src/app/themes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const themeVariants: ThemeVariants = {
1111
border: 'black',
1212
notification: 'black',
1313
},
14+
statusBarStyle: 'dark-content',
1415
},
1516
dark: {
1617
dark: true,
@@ -22,5 +23,6 @@ export const themeVariants: ThemeVariants = {
2223
border: 'white',
2324
notification: 'white',
2425
},
26+
statusBarStyle: 'light-content',
2527
},
2628
};

0 commit comments

Comments
 (0)