From f240817a78f0c800f98d4e2888382972b6eff58a Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Tue, 23 Jun 2020 12:21:24 -0700 Subject: [PATCH] fix(style): Update bottom-facing arrow color to match footer background (#530) --- src/components/Popups/PopupBase.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Popups/PopupBase.scss b/src/components/Popups/PopupBase.scss index de08f368f..6d98ad442 100644 --- a/src/components/Popups/PopupBase.scss +++ b/src/components/Popups/PopupBase.scss @@ -74,6 +74,7 @@ &::after { top: -1px; + border-top-color: $popup-footer-bg; } } }