fix(SW-614): use height prop on icon
This commit is contained in:
@@ -20,7 +20,3 @@
|
||||
.summary::marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.summary .icon {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user