diff --git a/src/common/components/Layout/components/Header/Nav/MenuItem/style.css.ts b/src/common/components/Layout/components/Header/Nav/MenuItem/style.css.ts index 71d9f6be..9a2932f3 100644 --- a/src/common/components/Layout/components/Header/Nav/MenuItem/style.css.ts +++ b/src/common/components/Layout/components/Header/Nav/MenuItem/style.css.ts @@ -50,6 +50,7 @@ export const menuLinkVar = styleVariants( }, active: { color: theme.color.whiteButtonFill, + fontWeight: 'bolder', }, }, MOB: { @@ -58,6 +59,7 @@ export const menuLinkVar = styleVariants( }, active: { color: theme.color.whiteButtonFill, + fontWeight: 'bolder', }, }, },