feat(SW-185): correct color om arrow

This commit is contained in:
Pontus Dreij
2024-08-26 10:45:08 +02:00
parent ac829fd61f
commit 39d6a13ce8

View File

@@ -20,7 +20,7 @@ export default function FooterMainNav({ mainLinks }: FooterMainNavProps) {
>
{link.title}
<ArrowRightIcon color="burgundy" />
<ArrowRightIcon color="peach80" />
</Link>
</Subtitle>
</li>