diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-26 21:22:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 21:22:48 -0500 |
commit | f70fce1db38e492ea7c18f268859792ef9433f40 (patch) | |
tree | c0977ce83e7401490587740156000bce24ba0b24 /src/screens/profile/ProfileScreen.tsx | |
parent | 962f257d21b09b38937df89091e856550271f9b4 (diff) | |
parent | fa4e2917b35478c340ac849fefbf1575d73cf969 (diff) |
Merge pull request #266 from ankit-thanekar007/tma-670-sp-statusbar-missing
TMA-670 : Statusbar Missing
Diffstat (limited to 'src/screens/profile/ProfileScreen.tsx')
-rw-r--r-- | src/screens/profile/ProfileScreen.tsx | 2 |
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 /> </> |