0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

added darker color for hover button in zoom widget to improve a11y

This commit is contained in:
Ondřej Konečný 2023-02-03 13:19:21 +01:00
parent 2ea81c0114
commit 9fae26765a

View file

@ -77,7 +77,7 @@
background-color: $color-white;
border: none;
&:hover {
color: $color-primary;
color: $color-primary-darker;
}
}
.reset-btn {