Merged in fix/SW-2753-header-icon (pull request #2541)

fix(SW-2753): change chevron in top navigation header

* fix(SW-2753): change chevron in top navigation header


Approved-by: Anton Gunnarsson
This commit is contained in:
Matilda Landström
2025-07-09 11:23:36 +00:00
parent acbca570d3
commit 3a7249484a
7 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ export default function MenuItem({ item, isMobile }: NavigationMenuItemProps) {
{title}
{isMobile ? (
<MaterialIcon
icon="chevron_right"
icon="arrow_forward_ios"
size={20}
className={`${styles.chevron}`}
color="Icon/Interactive/Accent"

View File

@@ -269,7 +269,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url(/_static/fonts/material-symbols/rounded-481ed751.woff2)
src: url(/_static/fonts/material-symbols/rounded-5e7427aa.woff2)
format('woff2');
}

View File

@@ -28,6 +28,7 @@ const icons = [
'apartment',
'apparel',
'arrow_back',
'arrow_forward_ios',
'arrow_forward',
'arrow_right',
'arrow_upward',