diff --git a/src/status_im/ui/components/status_bar/styles.cljs b/src/status_im/ui/components/status_bar/styles.cljs index 7c72f71ff4..67106afcc6 100644 --- a/src/status_im/ui/components/status_bar/styles.cljs +++ b/src/status_im/ui/components/status_bar/styles.cljs @@ -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})}) \ No newline at end of file + :android (create-status-bar-style {:background-color colors/black})})