mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
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…
x
Reference in New Issue
Block a user