diff --git a/src/quo2/components/inputs/input/style.cljs b/src/quo2/components/inputs/input/style.cljs index 81cf923b3c..83d687075d 100644 --- a/src/quo2/components/inputs/input/style.cljs +++ b/src/quo2/components/inputs/input/style.cljs @@ -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?]