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…
Reference in New Issue