Skip to content

Commit

Permalink
design: 반응형 header active 페이지 bolder 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Aug 10, 2024
1 parent dc6f1b9 commit c167161
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const menuLinkVar = styleVariants(
},
active: {
color: theme.color.whiteButtonFill,
fontWeight: 'bolder',
},
},
MOB: {
Expand All @@ -58,6 +59,7 @@ export const menuLinkVar = styleVariants(
},
active: {
color: theme.color.whiteButtonFill,
fontWeight: 'bolder',
},
},
},
Expand Down

0 comments on commit c167161

Please sign in to comment.