diff --git a/src/status_im/ui/screens/routing/core.cljs b/src/status_im/ui/screens/routing/core.cljs index 097b0bdd47..2ab29ab657 100644 --- a/src/status_im/ui/screens/routing/core.cljs +++ b/src/status_im/ui/screens/routing/core.cljs @@ -73,10 +73,9 @@ (nav-reagent/stack-navigator routes (cond-> - (merge {:headerMode "none"} - (prepare-config config)) - platform/android? - (assoc :cardStyle {:backgroundColor nil})))) + (merge {:headerMode "none" + :cardStyle {:backgroundColor (when platform/ios? :white)}} + (prepare-config config))))) (defn switch-navigator [routes config] (nav-reagent/switch-navigator