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