mirror of
https://github.com/status-im/status-react.git
synced 2025-02-23 16:18:32 +00:00
fix Keyboard overlaps suggestion bar and validation errors (#21917)
This commit is contained in:
parent
5dc1bfe03b
commit
e1a7146f4c
@ -31,7 +31,7 @@
|
|||||||
:margin-bottom 2})
|
:margin-bottom 2})
|
||||||
|
|
||||||
(def input-container
|
(def input-container
|
||||||
{:height 120
|
{:flex 1
|
||||||
:margin-top 12
|
:margin-top 12
|
||||||
:margin-horizontal -20})
|
:margin-horizontal -20})
|
||||||
|
|
||||||
|
@ -1048,7 +1048,8 @@
|
|||||||
|
|
||||||
{:name :screen/use-recovery-phrase-dark
|
{:name :screen/use-recovery-phrase-dark
|
||||||
:metrics {:track? true}
|
:metrics {:track? true}
|
||||||
:options {:theme :dark}
|
:options {:theme :dark
|
||||||
|
:modalPresentationStyle :fullScreen}
|
||||||
:component enter-seed-phrase/view}
|
:component enter-seed-phrase/view}
|
||||||
|
|
||||||
{:name :screen/profile.profiles
|
{:name :screen/profile.profiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user