0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix search icon on dhasboard

This commit is contained in:
Eva Marco 2024-03-12 14:10:47 +01:00 committed by Alonso Torres
parent 37859a20a6
commit a3bfeace73
2 changed files with 6 additions and 3 deletions

View file

@ -95,12 +95,14 @@
cursor: pointer;
svg {
fill: $df-secondary;
stroke: $df-secondary;
fill: none;
width: $s-16;
height: $s-16;
&:hover {
fill: $da-tertiary;
stroke: $da-tertiary;
fill: none;
}
}
}

View file

@ -23,7 +23,8 @@
svg {
width: $s-64;
height: $s-64;
fill: $df-secondary;
stroke: $df-secondary;
fill: none;
}
}