mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
Center input value within the field (#15472)
This commit is contained in:
parent
94ddbbcd2e
commit
e4db23b0a9
@ -91,7 +91,7 @@
|
||||
:color (:text colors-by-status))]
|
||||
(if multiple-lines?
|
||||
(assoc base-props :text-align-vertical :top)
|
||||
(assoc base-props :height (if small? 30 38)))))
|
||||
(assoc base-props :height (if small? 30 38) :line-height nil))))
|
||||
|
||||
(defn right-icon-touchable-area
|
||||
[small?]
|
||||
|
Loading…
x
Reference in New Issue
Block a user