feat: remove icon class on show more button

This commit is contained in:
Fredrik Thorsson
2024-07-01 12:38:47 +02:00
parent d2b6e9e358
commit 4fa526ddce
@@ -25,7 +25,7 @@ export default function ShowMoreButton({
theme="base"
intent="text"
>
<ChevronDownIcon className={styles.icon} />
<ChevronDownIcon />
{formatMessage({ id: "Show more" })}
</Button>
</div>