Skip to content

Commit

Permalink
fix statusbar in dark mode (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Oct 1, 2019
1 parent d2cc308 commit 43d64a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/MetaMask/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,9 @@
<string>$(MM_FOX_CODE)</string>
<key>mixpanel_token</key>
<string>$(MM_MIXPANEL_TOKEN)</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>

0 comments on commit 43d64a7

Please sign in to comment.