diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-26 21:40:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 21:40:40 -0500 |
| commit | 463661dd53a842485b9dff4df7ac54344615a000 (patch) | |
| tree | c873c3a6f5e29cd94c9008bf96cc29cc37ae46b3 /src/screens/profile/ProfileScreen.tsx | |
| parent | 6083aa78b0b2b7c8b5a9a79381f68297bdb2e189 (diff) | |
| parent | f70fce1db38e492ea7c18f268859792ef9433f40 (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.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 /> </> |
