0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix icon size in selects

This commit is contained in:
Belén Albeza 2024-02-09 16:25:40 +01:00 committed by Andrey Antukh
parent 4e152f470b
commit 2633e56a76

View file

@ -31,7 +31,7 @@
width: $s-24;
padding-right: $s-4;
svg {
@extend .button-icon;
@extend .button-icon-small;
stroke: var(--icon-foreground);
}
}