From 97078b23072523e2aa0e5dae7a1f0b49794ad671 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Wed, 3 Apr 2024 16:01:18 +0530 Subject: [PATCH] wip: fix alert-banner red line --- src/status_im/common/alert_banner/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/common/alert_banner/view.cljs b/src/status_im/common/alert_banner/view.cljs index 7363b400f167..b82298660c93 100644 --- a/src/status_im/common/alert_banner/view.cljs +++ b/src/status_im/common/alert_banner/view.cljs @@ -50,7 +50,7 @@ :holes [{:x 0 :y (+ safe-area-top (* constants/alert-banner-height banners-count)) :width (:width (rn/get-window)) - :height constants/alert-banner-height + :height (+ constants/alert-banner-height 1) :borderRadius style/border-radius}]} [rn/view {:style {:height safe-area-top