0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

💄 Use css color variable instead of fixed value

This commit is contained in:
Pablo Alba 2023-01-12 09:21:57 +01:00
parent a54f5484e8
commit acf51ea744

View file

@ -78,7 +78,7 @@
}
&:hover {
svg {
fill: #b1b2b5;
fill: $color-gray-20;
}
}
}