fix action button position
This commit is contained in:
parent
97f1c123d9
commit
d1ec220710
|
@ -67,7 +67,7 @@
|
|||
(defn chats-action-button []
|
||||
[native-action-button {:button-color color-blue
|
||||
:offset-x 16
|
||||
:offset-y 22
|
||||
:offset-y 40
|
||||
:spacing 13
|
||||
:hide-shadow true
|
||||
:on-press #(dispatch [:navigate-to :new-chat])}])
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
(defn contacts-action-button []
|
||||
[native-action-button {:button-color color-blue
|
||||
:offset-x 16
|
||||
:offset-y 22
|
||||
:offset-y 40
|
||||
:hide-shadow true
|
||||
:spacing 13}
|
||||
[native-action-button-item
|
||||
|
|
Loading…
Reference in New Issue