[#9470] Fix status bar in dark mode (iOS)

This commit is contained in:
Roman Volosovskyi 2019-12-04 08:54:54 +02:00
parent 907b35cedd
commit 4d3c622947
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@
(styles/def status-bar-default
{:ios (create-status-bar-style {:background-color colors/white
:bar-style "default"})
:bar-style "dark-content"})
:android (create-status-bar-style {:translucent? true
:bar-style "dark-content"})})
(styles/def status-bar-black
{:ios (create-status-bar-style {:background-color colors/transparent})
:android (create-status-bar-style {:background-color colors/black})})
:android (create-status-bar-style {:background-color colors/black})})