CityPickerPopup: #ffffff → colors.$white (brand palette parity)

This commit is contained in:
2026-04-20 15:44:24 +03:00
parent f823aafb35
commit 3f04ade411
@@ -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;
}