0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -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 { &:hover {
svg { svg {
fill: #b1b2b5; fill: $color-gray-20;
} }
} }
} }