diff --git a/src/status_im/contexts/wallet/home/style.cljs b/src/status_im/contexts/wallet/home/style.cljs index dad938e0fd..66bc00b49c 100644 --- a/src/status_im/contexts/wallet/home/style.cljs +++ b/src/status_im/contexts/wallet/home/style.cljs @@ -23,5 +23,5 @@ (defn home-container [] - {:margin-top (safe-area/get-top) + {:margin-top (+ (safe-area/get-top) 8) :flex 1})