[Android] default white background on all screens
This commit is contained in:
parent
797d8037e0
commit
e45479138f
|
@ -116,7 +116,7 @@
|
|||
routes
|
||||
(cond->
|
||||
(merge {:headerMode "none"
|
||||
:cardStyle {:backgroundColor (when (or platform/ios? platform/desktop?) :white)}
|
||||
:cardStyle {:backgroundColor :white}
|
||||
#_:transitionConfig
|
||||
#_(fn []
|
||||
#js {:transitionSpec #js{:duration 10}})
|
||||
|
|
Loading…
Reference in New Issue