Compare commits

...
Author SHA1 Message Date
Omar Basem b14ae6318d fix 2023-07-07 17:38:26 +04:00
Omar Basem 541e67ec69 fix 2023-07-07 17:30:33 +04:00
Omar Basem 9e865c6a59 fix 2023-07-05 14:06:26 +04:00
@@ -11,7 +11,7 @@
(def ^:const composer-default-height (+ bar-container-height input-height actions-container-height))
(def ^:const line-height (:line-height typography/paragraph-1))
(def ^:const line-height (if platform/ios? 21 (:line-height typography/paragraph-1)))
(def ^:const multiline-minimized-height (+ input-height (if platform/ios? 18 line-height)))