Fix tooltip position in gas input

Fixes #10834

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-06-17 15:16:51 +03:00
parent 10237be747
commit c8c524b63e
No known key found for this signature in database
GPG Key ID: C9A094959935A952
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
[quo/text-input
{:on-change-text #(re-frame/dispatch [:signing.edit-fee.ui/edit-value :gas %])
:label (i18n/label :t/gas-limit)
:bottom-value 0
:error (:error gas-edit)
:default-value (:value gas-edit)
:keyboard-type :numeric
@ -31,6 +32,7 @@
[quo/text-input
{:label (i18n/label :t/gas-price)
:on-change-text #(re-frame/dispatch [:signing.edit-fee.ui/edit-value :gasPrice %])
:bottom-value 0
:error (:error gas-price-edit)
:default-value (:value gas-price-edit)
:keyboard-type :numeric