feat(SW-340): Icon size

This commit is contained in:
Pontus Dreij
2024-11-11 09:16:58 +01:00
parent 32b6507817
commit 3c1ae18c86

View File

@@ -80,7 +80,7 @@ export default async function SelectHotelPage({
/>
<div className={styles.mapLinkText}>
{intl.formatMessage({ id: "Show map" })}
<ChevronRightIcon color="burgundy" />
<ChevronRightIcon color="burgundy" width={20} height={20} />
</div>
</div>
</Link>