Skip to content

Commit cea3a90

Browse files
committed
fix workspace list page status bar style
1 parent 34fa987 commit cea3a90

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)