Wrong password hint that shows while signing transaction is slightly misplaced [#3411]

This commit is contained in:
psdp 2018-04-23 14:09:38 +00:00 committed by Roman Volosovskyi
parent 6b073fe350
commit 9442b8d9e7
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@
:placeholder-text-color components.styles/color-gray4
:on-change-text #(re-frame/dispatch [:wallet.send/set-password %])
:style styles/password
:accessibility-label :enter-password-input}]]]
(when wrong-password?
[tooltip/tooltip (i18n/label :t/wrong-password)])]))
:accessibility-label :enter-password-input}]
(when wrong-password?
[tooltip/tooltip (i18n/label :t/wrong-password)])]]]))
;; "Cancel" and "Sign Transaction >" buttons, signing with password
(defview signing-buttons [cancel-handler sign-handler & [sign-label]]