mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 21:06:11 +02:00
🐛 Fix icon size in selects
This commit is contained in:
parent
4e152f470b
commit
2633e56a76
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue