🐛 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 {