feat: remove icon class on show more button

This commit is contained in:
Fredrik Thorsson
2024-06-28 15:19:45 +02:00
parent d2b6e9e358
commit 4fa526ddce

View File

@@ -25,7 +25,7 @@ export default function ShowMoreButton({
theme="base"
intent="text"
>
<ChevronDownIcon className={styles.icon} />
<ChevronDownIcon />
{formatMessage({ id: "Show more" })}
</Button>
</div>