Skip to content

Commit ddf9e7a

Browse files
authored
Merge pull request #38574 from bernhardoj/fix/38304-wrong-status-bar-style-workspace-list-page
Fix workspace list page status bar style
2 parents 78db1ae + cea3a90 commit ddf9e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/theme/themes/light.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const lightTheme = {
113113
},
114114
[SCREENS.SETTINGS.WORKSPACES]: {
115115
backgroundColor: colors.productLight100,
116-
statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT,
116+
statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT,
117117
},
118118
[SCREENS.SETTINGS.WALLET.ROOT]: {
119119
backgroundColor: colors.productLight100,

0 commit comments

Comments
 (0)