CityPickerPopup: gps-button uses $blue-light / $white / $blue-light--hover tokens

This commit is contained in:
2026-04-20 06:38:14 +03:00
parent b6ed257a6a
commit da3f2713ac
@@ -114,14 +114,14 @@
.gps-button {
height: 40px;
width: 100%;
background-color: #4a8cff;
color: #fff;
background-color: colors.$blue-light;
color: colors.$white;
border: none;
border-radius: vars.$border-radius;
font-size: 14px;
cursor: pointer;
&:hover { background-color: #3a7aee; }
&:hover { background-color: colors.$blue-light--hover; }
}
}
}