aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/ProfileScreen.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-26 17:01:01 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-26 17:01:01 -0800
commitfa4e2917b35478c340ac849fefbf1575d73cf969 (patch)
treec0977ce83e7401490587740156000bce24ba0b24 /src/screens/profile/ProfileScreen.tsx
parenteca3a0d52697c3c7e2261b28dda397b1a38a2db4 (diff)
Statusbar issue
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 />
</>