Increase height of recovery word text input
Fixes #9658 Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
a2af83f034
commit
505ef626cc
|
@ -382,7 +382,7 @@
|
||||||
:container {:background-color :white}
|
:container {:background-color :white}
|
||||||
:style {:background-color :white
|
:style {:background-color :white
|
||||||
:text-align :center
|
:text-align :center
|
||||||
:height 24
|
:height 52
|
||||||
:typography :header}}]
|
:typography :header}}]
|
||||||
[react/view {:margin-top 5
|
[react/view {:margin-top 5
|
||||||
:width 250}
|
:width 250}
|
||||||
|
|
Loading…
Reference in New Issue