From c8044cd2f23c03331047ffb289326ae6dbf0b04f Mon Sep 17 00:00:00 2001 From: Brian Sztamfater Date: Tue, 16 Apr 2024 06:31:09 -0300 Subject: [PATCH] fix: wallet header spacing to match other tabs (#19632) --- src/status_im/contexts/wallet/home/style.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})