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 9d3274b commit 7edbd3aCopy full SHA for 7edbd3a
1 file changed
template/src/app/themes.ts
@@ -11,6 +11,7 @@ export const themeVariants: ThemeVariants = {
11
border: 'black',
12
notification: 'black',
13
},
14
+ statusBarStyle: 'dark-content',
15
16
dark: {
17
dark: true,
@@ -22,5 +23,6 @@ export const themeVariants: ThemeVariants = {
22
23
border: 'white',
24
notification: 'white',
25
26
+ statusBarStyle: 'light-content',
27
28
};
0 commit comments