From eeb7d72d4a2f2b967cf2c7c15f488b1c817c914b Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Fri, 21 Apr 2017 14:25:13 +0300 Subject: [PATCH] fixed top margin for android --- src/status_im/android/platform.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/android/platform.cljs b/src/status_im/android/platform.cljs index 66eafbc82a..c37797e025 100644 --- a/src/status_im/android/platform.cljs +++ b/src/status_im/android/platform.cljs @@ -15,7 +15,7 @@ :bar-style "light-content" :translucent? true :color styles/color-transparent} - :overlay {:height 25 + :overlay {:height 0 :bar-style "dark-content" :translucent? true :color styles/color-transparent}