feat(SW-185): correct color om arrow

This commit is contained in:
Pontus Dreij
2024-08-26 10:45:08 +02:00
parent 753f8ebd5c
commit 96166f92ec

View File

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