From 3f04ade41180bce839522344ce2bc5a32def7320 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 15:44:24 +0300 Subject: [PATCH] =?UTF-8?q?CityPickerPopup:=20#ffffff=20=E2=86=92=20colors?= =?UTF-8?q?.$white=20(brand=20palette=20parity)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/city-autocomplete/CityPickerPopup.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/city-autocomplete/CityPickerPopup.scss b/src/ui/city-autocomplete/CityPickerPopup.scss index cffc27a6..e56b726d 100644 --- a/src/ui/city-autocomplete/CityPickerPopup.scss +++ b/src/ui/city-autocomplete/CityPickerPopup.scss @@ -4,7 +4,7 @@ .city-autocomplete-popup { position: absolute; width: 630px; - background: #ffffff; + background: colors.$white; border-radius: vars.$border-radius; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); z-index: 10000; @@ -29,7 +29,7 @@ &:last-child { border-right: none; } &.active { - background-color: #ffffff; + background-color: colors.$white; color: colors.$text-color; }