From 278748f0d6f93b1e680a2d30376f056c6c6add4b Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Wed, 11 Oct 2017 14:44:48 +0300 Subject: [PATCH] removed line height for android --- src/status_im/ui/screens/wallet/components/styles.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/wallet/components/styles.cljs b/src/status_im/ui/screens/wallet/components/styles.cljs index f4821eb027..c5f69bac36 100644 --- a/src/status_im/ui/screens/wallet/components/styles.cljs +++ b/src/status_im/ui/screens/wallet/components/styles.cljs @@ -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})