Add spacing for cross button on Android
This commit is contained in:
parent
a39e0f6fbd
commit
7abd425f91
|
@ -3,11 +3,13 @@
|
|||
[quo2.foundations.colors :as colors]
|
||||
[re-frame.core :as rf]
|
||||
[react-native.core :as rn]
|
||||
[status-im.ui2.screens.chat.composer.style :as style]))
|
||||
[status-im.ui2.screens.chat.composer.style :as style]
|
||||
[status-im.utils.platform :as platform]))
|
||||
|
||||
(defn image
|
||||
[item]
|
||||
[rn/view
|
||||
[rn/view (when platform/android?
|
||||
{:style {:margin-top 8}})
|
||||
[rn/image
|
||||
{:source {:uri (first item)}
|
||||
:style style/small-image}]
|
||||
|
|
Loading…
Reference in New Issue