fix(SW-614): use height prop on icon
This commit is contained in:
@@ -20,7 +20,3 @@
|
|||||||
.summary::marker {
|
.summary::marker {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary .icon {
|
|
||||||
height: 16px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default function GuaranteeDetails() {
|
|||||||
<Caption color="burgundy" type="bold" asChild>
|
<Caption color="burgundy" type="bold" asChild>
|
||||||
<summary className={styles.summary}>
|
<summary className={styles.summary}>
|
||||||
{intl.formatMessage({ id: "How it works" })}
|
{intl.formatMessage({ id: "How it works" })}
|
||||||
<ChevronDown color="burgundy" className={styles.icon} />
|
<ChevronDown color="burgundy" height={16} />
|
||||||
</summary>
|
</summary>
|
||||||
</Caption>
|
</Caption>
|
||||||
<section className={styles.content}>
|
<section className={styles.content}>
|
||||||
|
|||||||
Reference in New Issue
Block a user