[ #12338] "Reset with mnemonic" and "Access exisiting keys" are overlapping on small screens

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-07-23 11:23:50 +02:00
parent d727338e9a
commit b292e7ea5a
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 74 additions and 73 deletions

View File

@ -296,6 +296,7 @@
:keycard.login.pin.ui/cancel-pressed)])}}
(when (#{:reset :reset-confirmation} enter-step)
{:subtitle (i18n/label :t/keycard-enter-new-passcode {:step (if (= :reset enter-step) 1 2)})}))]
[react/scroll-view {:style {:flex 1}}
[react/view {:flex 1
:flex-direction :column
:justify-content :space-between
@ -372,7 +373,7 @@
{:center [quo/button
{:on-press #(re-frame/dispatch [:multiaccounts.recover.ui/recover-multiaccount-button-pressed])
:type :secondary}
(i18n/label :t/recover-key)]}])]])))
(i18n/label :t/recover-key)]}])]]])))
(fx/defn get-new-key
{:events [:multiaccounts.create.ui/get-new-key]}