From dbb0231f9e36e9553d6b048d9e6f398b8a8f46d0 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 4 Jun 2025 20:41:47 +0200 Subject: [PATCH] Menu Icon: Fix color (#5976) --- .../modals/gift/GiftResaleFilters.module.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/modals/gift/GiftResaleFilters.module.scss b/src/components/modals/gift/GiftResaleFilters.module.scss index 12233393e..2e1a45625 100644 --- a/src/components/modals/gift/GiftResaleFilters.module.scss +++ b/src/components/modals/gift/GiftResaleFilters.module.scss @@ -99,17 +99,17 @@ max-height: 20rem; } -:global(.MenuItem) { - :global(.icon) { - color: var(--color-text); - } -} - .menu { :global(.bubble) { top: 2.25rem !important; } + :global(.MenuItem) { + :global(.icon) { + color: var(--color-text); + } + } + &.left { :global(.bubble) { right: auto !important;