From c167161aed2758e249c80f1a6b2728b6679078da Mon Sep 17 00:00:00 2001 From: lydiacho Date: Sat, 10 Aug 2024 19:07:03 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EB=B0=98=EC=9D=91=ED=98=95=20header?= =?UTF-8?q?=20active=20=ED=8E=98=EC=9D=B4=EC=A7=80=20bolder=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Layout/components/Header/Nav/MenuItem/style.css.ts | 2 ++ 1 file changed, 2 insertions(+) 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', }, }, },