[#3459] Done button in Recipient screen clickable area whole row

This commit is contained in:
psdp 2018-05-01 11:46:49 +00:00 committed by Roman Volosovskyi
parent 97083f31f6
commit 30dd92d902
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 3 additions and 2 deletions

View File

@ -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 []