mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
💄 Use css color variable instead of fixed value
This commit is contained in:
parent
a54f5484e8
commit
acf51ea744
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
svg {
|
svg {
|
||||||
fill: #b1b2b5;
|
fill: $color-gray-20;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue