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:
parent
a4bb162090
commit
549370e5f5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
&:hover {
|
||||
svg {
|
||||
fill: $color-gray-50;
|
||||
fill: $color-gray-30;
|
||||
}
|
||||
}
|
||||
&.disabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue