mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
Override padding in text input
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
aeb0123998
commit
376dab37e9
@ -17,7 +17,9 @@
|
||||
:on-cancel on-cancel
|
||||
:auto-correct false
|
||||
:auto-capitalize :none
|
||||
:input-style {:height 36}
|
||||
:input-style {:height 36
|
||||
:padding-top 2
|
||||
:padding-bottom 2}
|
||||
:before {:icon :main-icons/search
|
||||
:style {:padding-horizontal 8}
|
||||
:on-press #(.focus ^js @input-ref)
|
||||
|
Loading…
x
Reference in New Issue
Block a user