mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 Fix icon size in buttons
This commit is contained in:
parent
6fdefe69ec
commit
f1e12015d6
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@
|
|||
color: var(--button-tertiary-foreground-color-rest);
|
||||
background-color: transparent;
|
||||
border: var(--button-tertiary-border-width) solid transparent;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
svg,
|
||||
span svg {
|
||||
stroke: var(--button-tertiary-foreground-color-rest);
|
||||
|
|
Loading…
Reference in a new issue