fix(SW-614): use height prop on icon

This commit is contained in:
Tobias Johansson
2024-10-28 12:56:22 +01:00
parent 60ceeaf9c3
commit b6bec433fb
2 changed files with 1 additions and 5 deletions

View File

@@ -20,7 +20,3 @@
.summary::marker {
display: none;
}
.summary .icon {
height: 16px;
}

View File

@@ -13,7 +13,7 @@ export default function GuaranteeDetails() {
<Caption color="burgundy" type="bold" asChild>
<summary className={styles.summary}>
{intl.formatMessage({ id: "How it works" })}
<ChevronDown color="burgundy" className={styles.icon} />
<ChevronDown color="burgundy" height={16} />
</summary>
</Caption>
<section className={styles.content}>