[#9470] Fix status bar in dark mode (iOS)
This commit is contained in:
parent
907b35cedd
commit
4d3c622947
|
@ -10,10 +10,10 @@
|
||||||
|
|
||||||
(styles/def status-bar-default
|
(styles/def status-bar-default
|
||||||
{:ios (create-status-bar-style {:background-color colors/white
|
{:ios (create-status-bar-style {:background-color colors/white
|
||||||
:bar-style "default"})
|
:bar-style "dark-content"})
|
||||||
:android (create-status-bar-style {:translucent? true
|
:android (create-status-bar-style {:translucent? true
|
||||||
:bar-style "dark-content"})})
|
:bar-style "dark-content"})})
|
||||||
|
|
||||||
(styles/def status-bar-black
|
(styles/def status-bar-black
|
||||||
{:ios (create-status-bar-style {:background-color colors/transparent})
|
{: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})})
|
||||||
|
|
Loading…
Reference in New Issue