Replace 4 rgba(46,87,255,0.04/0.06/0.08) hover tints with $blue-extra-light / $blue-icon (brand palette)

This commit is contained in:
2026-04-20 15:50:30 +03:00
parent d063281b09
commit ea25f5c017
3 changed files with 14 additions and 5 deletions
@@ -55,7 +55,7 @@
color: colors.$blue;
border-radius: vars.$border-radius;
&:hover { background: rgba(46, 87, 255, 0.06); }
&:hover { background: colors.$blue-extra-light; }
.svg--change-city {
width: 24px;