removed line height for android

This commit is contained in:
Andrey Shovkoplyas 2017-10-11 14:44:48 +03:00 committed by Roman Volosovskyi
parent 5f35ff7eda
commit 278748f0d6
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
:ios {:font-size 14
:line-height 16
:letter-spacing -0.2}
:android {:font-size 12
:line-height 12}})
:android {:font-size 12}})
(def amount-text-input-container
{:margin-top 8})