Skip to content

Commit d9169ac

Browse files
committed
tidy: use container-style prop
1 parent 403085d commit d9169ac

File tree

1 file changed

+8
-8
lines changed
  • src/status_im/contexts/profile/contact/contact_request

1 file changed

+8
-8
lines changed

src/status_im/contexts/profile/contact/contact_request/view.cljs

+8-8
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
:on-change-text on-message-change
6363
:container-style {:flex-shrink 1}
6464
:input-container-style {:flex-shrink 1}}]]
65-
[rn/view {:style {:flex 1}}
66-
[quo/bottom-actions
67-
{:actions :one-action
68-
:button-one-props {:disabled? (string/blank? message)
69-
:accessibility-label :send-contact-request
70-
:customization-color customization-color
71-
:on-press on-message-submit}
72-
:button-one-label (i18n/label :t/send-contact-request)}]]]))
65+
[quo/bottom-actions
66+
{:container-style {:style {:flex 1}}
67+
:actions :one-action
68+
:button-one-props {:disabled? (string/blank? message)
69+
:accessibility-label :send-contact-request
70+
:customization-color customization-color
71+
:on-press on-message-submit}
72+
:button-one-label (i18n/label :t/send-contact-request)}]]))
7373

0 commit comments

Comments
 (0)