0
Fork 0
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:
Belén Albeza 2024-02-20 12:41:49 +01:00
parent 6fdefe69ec
commit f1e12015d6

View file

@ -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);