Temp workaround for #376

This commit is contained in:
Lea Verou
2024-12-20 10:55:53 -05:00
parent e29ae5d18e
commit 9f12c1d9ab
2 changed files with 8 additions and 1 deletions

View File

@@ -41,3 +41,10 @@
box-shadow: 0 0 0 0 transparent;
}
}
::slotted(wa-icon) {
margin-inline-end: var(--wa-space-2xs, 0.25em);
opacity: 90%;
line-height: 1;
height: 0.85em;
}

View File

@@ -13,7 +13,7 @@
svg {
display: inline-block;
width: auto;
height: 1em;
height: inherit;
fill: currentColor;
.fa-primary {