Skip to content

Commit

Permalink
Mobile: Fixes #2853: Fix white rectangle issue on dark theme (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabeehrz authored Apr 14, 2020
1 parent 2050889 commit c5c379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeClient/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ class AppComponent extends React.Component {
}}
>
<StatusBar barStyle="dark-content" />
<MenuContext style={{ flex: 1 }}>
<MenuContext style={{ flex: 1, backgroundColor: theme.backgroundColor }}>
<SafeAreaView style={{ flex: 1 }}>
<View style={{ flex: 1, backgroundColor: theme.backgroundColor }}>
<AppNav screens={appNavInit} />
Expand Down

0 comments on commit c5c379f

Please sign in to comment.