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:
@@ -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"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -28,6 +28,7 @@ const icons = [
|
||||
'apartment',
|
||||
'apparel',
|
||||
'arrow_back',
|
||||
'arrow_forward_ios',
|
||||
'arrow_forward',
|
||||
'arrow_right',
|
||||
'arrow_upward',
|
||||
|
||||
Reference in New Issue
Block a user