mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
[Android] default white background on all screens
This commit is contained in:
parent
797d8037e0
commit
e45479138f
@ -116,7 +116,7 @@
|
|||||||
routes
|
routes
|
||||||
(cond->
|
(cond->
|
||||||
(merge {:headerMode "none"
|
(merge {:headerMode "none"
|
||||||
:cardStyle {:backgroundColor (when (or platform/ios? platform/desktop?) :white)}
|
:cardStyle {:backgroundColor :white}
|
||||||
#_:transitionConfig
|
#_:transitionConfig
|
||||||
#_(fn []
|
#_(fn []
|
||||||
#js {:transitionSpec #js{:duration 10}})
|
#js {:transitionSpec #js{:duration 10}})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user