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

🐛 Fixes hover on color palette

This commit is contained in:
alonso.torres 2020-09-11 10:58:29 +02:00
parent a4bb162090
commit 549370e5f5

View file

@ -30,7 +30,7 @@
&:hover {
svg {
fill: $color-gray-50;
fill: $color-gray-30;
}
}
&.disabled {