[#3459] Done button in Recipient screen clickable area whole row
This commit is contained in:
parent
97083f31f6
commit
30dd92d902
|
@ -147,8 +147,9 @@
|
|||
:on-change-text #(reset! content %)
|
||||
:accessibility-label :recipient-address-input}]]
|
||||
[bottom-buttons/bottom-button
|
||||
[button/button {:disabled? (string/blank? @content)
|
||||
:on-press #(re-frame/dispatch [:wallet/fill-request-from-url @content])}
|
||||
[button/button {:disabled? (string/blank? @content)
|
||||
:on-press #(re-frame/dispatch [:wallet/fill-request-from-url @content])
|
||||
:fit-to-text? false}
|
||||
(i18n/label :t/done)]]]])))
|
||||
|
||||
(defn recipient-qr-code []
|
||||
|
|
Loading…
Reference in New Issue