mirror of
https://github.com/status-im/status-react.git
synced 2025-02-08 17:15:52 +00:00
* accounts, recover, screen: Android Fix keyboard with upcase * transactions, screen: Android Fix keyboard with upcase
This commit is contained in:
parent
caa1d6e66a
commit
5996f1c3bf
@ -46,6 +46,7 @@
|
||||
:label-color color-gray
|
||||
:line-color separator-color
|
||||
:input-style st/input-style
|
||||
:auto-capitalize :none
|
||||
:wrapper-style (merge button-input st/address-input-wrapper)
|
||||
:on-change-text #(dispatch [:set-in [:recover :passphrase] %])}]]))
|
||||
|
||||
|
@ -57,5 +57,6 @@
|
||||
:secure-text-entry true
|
||||
:label-color :#ffffff80
|
||||
:line-color :white
|
||||
:auto-capitalize :none
|
||||
:input-style st/password-style
|
||||
:on-change-text #(dispatch [:set-in [:confirm-transactions :password] %])}]]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user