aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/ProfileScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-26 21:40:40 -0500
committerGitHub <noreply@github.com>2021-02-26 21:40:40 -0500
commit463661dd53a842485b9dff4df7ac54344615a000 (patch)
treec873c3a6f5e29cd94c9008bf96cc29cc37ae46b3 /src/screens/profile/ProfileScreen.tsx
parent6083aa78b0b2b7c8b5a9a79381f68297bdb2e189 (diff)
parentf70fce1db38e492ea7c18f268859792ef9433f40 (diff)
Merge branch 'master' into tma664-sp-white-screen-fix
Diffstat (limited to 'src/screens/profile/ProfileScreen.tsx')
-rw-r--r--src/screens/profile/ProfileScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/ProfileScreen.tsx b/src/screens/profile/ProfileScreen.tsx
index 9cdba555..5edc6277 100644
--- a/src/screens/profile/ProfileScreen.tsx
+++ b/src/screens/profile/ProfileScreen.tsx
@@ -46,7 +46,7 @@ const ProfileScreen: React.FC<ProfileOnboardingProps> = ({route}) => {
return (
<>
- <StatusBar />
+ <StatusBar barStyle="dark-content" />
<Content {...{y, userXId, screenType}} />
<TabsGradient />
</>