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; }