mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
[ #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:
parent
d727338e9a
commit
b292e7ea5a
@ -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]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user