[Android] default white background on all screens

This commit is contained in:
Roman Volosovskyi 2019-06-21 15:45:57 +03:00
parent 797d8037e0
commit e45479138f
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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}})