removed line height for android
This commit is contained in:
parent
5f35ff7eda
commit
278748f0d6
|
@ -17,8 +17,7 @@
|
||||||
:ios {:font-size 14
|
:ios {:font-size 14
|
||||||
:line-height 16
|
:line-height 16
|
||||||
:letter-spacing -0.2}
|
:letter-spacing -0.2}
|
||||||
:android {:font-size 12
|
:android {:font-size 12}})
|
||||||
:line-height 12}})
|
|
||||||
|
|
||||||
(def amount-text-input-container
|
(def amount-text-input-container
|
||||||
{:margin-top 8})
|
{:margin-top 8})
|
||||||
|
|
Loading…
Reference in New Issue