mirror of
https://github.com/status-im/status-react.git
synced 2025-02-19 22:28:40 +00:00
transparent modals
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
c348337150
commit
c48fa9fb03
@ -319,5 +319,7 @@
|
|||||||
[(if (= current-view :chat-modal)
|
[(if (= current-view :chat-modal)
|
||||||
view
|
view
|
||||||
keyboard-avoiding-view)
|
keyboard-avoiding-view)
|
||||||
{:flex 1 :flex-direction :column}
|
(merge {:flex 1 :flex-direction :column}
|
||||||
|
(when platform/android?
|
||||||
|
{:background-color :white}))
|
||||||
(apply vector view styles/flex components)]])
|
(apply vector view styles/flex components)]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user