🐛 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; width: $s-24;
padding-right: $s-4; padding-right: $s-4;
svg { svg {
@extend .button-icon; @extend .button-icon-small;
stroke: var(--icon-foreground); stroke: var(--icon-foreground);
} }
} }