From 7046e9a7935ca9b91df62c170694f095142a6601 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 11 Apr 2023 04:15:51 -0700 Subject: [PATCH] Fix popover arrow --- components/common/PopoverContent/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/common/PopoverContent/index.scss b/components/common/PopoverContent/index.scss index 24166168..eb2f80c9 100644 --- a/components/common/PopoverContent/index.scss +++ b/components/common/PopoverContent/index.scss @@ -8,4 +8,10 @@ padding: $unit; transform-origin: var(--radix-popover-content-transform-origin); z-index: 5; + + .Arrow { + fill: var(--dialog-bg); + filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.18)); + margin-top: -1px; + } }