feat: remove icon class on show more button
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ShowMoreButton({
|
|||||||
theme="base"
|
theme="base"
|
||||||
intent="text"
|
intent="text"
|
||||||
>
|
>
|
||||||
<ChevronDownIcon className={styles.icon} />
|
<ChevronDownIcon />
|
||||||
{formatMessage({ id: "Show more" })}
|
{formatMessage({ id: "Show more" })}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user