From cea3a906f367b9a93d9fdd742aed2151b30c75c3 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 19 Mar 2024 20:02:23 +0800 Subject: [PATCH] fix workspace list page status bar style --- src/styles/theme/themes/light.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/themes/light.ts b/src/styles/theme/themes/light.ts index 7fb04a2dad77..671bb36847c9 100644 --- a/src/styles/theme/themes/light.ts +++ b/src/styles/theme/themes/light.ts @@ -113,7 +113,7 @@ const lightTheme = { }, [SCREENS.SETTINGS.WORKSPACES]: { backgroundColor: colors.productLight100, - statusBarStyle: CONST.STATUS_BAR_STYLE.LIGHT_CONTENT, + statusBarStyle: CONST.STATUS_BAR_STYLE.DARK_CONTENT, }, [SCREENS.SETTINGS.WALLET.ROOT]: { backgroundColor: colors.productLight100,