fix: restore icon variant for link since inline-flex makes its children inline but not the box itself

This commit is contained in:
Christian Andolf
2025-06-11 17:06:53 +02:00
parent 2dd07eb6b8
commit 9ee0ec2d46
10 changed files with 22 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ export default async function MembershipCardSlot() {
</span>
</div>
))}
<Link href="#">
<Link href="#" variant="icon">
<MaterialIcon icon="add_circle" color="CurrentColor" />
<Body color="burgundy" textTransform="underlined">
{intl.formatMessage({