Skip to content

Commit

Permalink
wip: fix alert-banner red line
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Apr 10, 2024
1 parent 06aa467 commit 97078b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/common/alert_banner/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97078b2

Please sign in to comment.