mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
added darker color for hover button in zoom widget to improve a11y
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
background-color: $color-white;
|
||||
border: none;
|
||||
&:hover {
|
||||
color: $color-primary;
|
||||
color: $color-primary-darker;
|
||||
}
|
||||
}
|
||||
.reset-btn {
|
||||
|
||||
Reference in New Issue
Block a user