Wrong password hint that shows while signing transaction is slightly misplaced [#3411]
This commit is contained in:
parent
6b073fe350
commit
9442b8d9e7
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue