mirror of
https://github.com/status-im/status-react.git
synced 2025-01-26 02:40:51 +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))]
|
:color (:text colors-by-status))]
|
||||||
(if multiple-lines?
|
(if multiple-lines?
|
||||||
(assoc base-props :text-align-vertical :top)
|
(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
|
(defn right-icon-touchable-area
|
||||||
[small?]
|
[small?]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user