diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx
index 9537fe7c9..f5e1173f3 100644
--- a/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx
+++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx
@@ -73,7 +73,7 @@ export default function MyPagesMenu({
icon="keyboard_arrow_down"
size={20}
className={`${styles.chevron} ${isMyPagesMenuOpen ? styles.isExpanded : ""}`}
- color="Icon/Interactive/Accent"
+ color="CurrentColor"
/>
{isMyPagesMenuOpen ? (
@@ -102,7 +102,7 @@ export function MyPagesMenuSkeleton() {
icon="keyboard_arrow_down"
size={20}
className={`${styles.chevron}`}
- color="Icon/Interactive/Accent"
+ color="CurrentColor"
/>
diff --git a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
index b17a20f80..0d2217e16 100644
--- a/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
+++ b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
@@ -77,7 +77,7 @@ export default function MyPagesMenuWrapper() {
trackingId="loginStartNewTopMenu"
>
-
+
{intl.formatMessage({
defaultMessage: "Log in/Join",
diff --git a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
index 5e721e976..bf1e9d6ac 100644
--- a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
+++ b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
@@ -46,7 +46,7 @@ export default function MegaMenu({
{title}
diff --git a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
index fb35ad2cb..9b2f6c151 100644
--- a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
+++ b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
@@ -55,14 +55,14 @@ export default function MenuItem({ item, isMobile }: NavigationMenuItemProps) {
icon="arrow_forward_ios"
size={20}
className={`${styles.chevron}`}
- color="Icon/Interactive/Default"
+ color="CurrentColor"
/>
) : (
)}