Skip to content

Commit

Permalink
fix: remove extra css color for data-active style in nav menu link (#646
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artmsilva authored Jun 25, 2024
1 parent 47baca7 commit 7d150f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kit/src/navigation-menu/NavigationMenuLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const StyledNavigationMenuLink = styled(NavigationMenuPrimitive.Link, {
color: theme.colors.accessible,
},
"&[data-active]": {
color: theme.colors.accessible,
fontWeight: theme.fontWeights.bold,
},
});
Expand Down

0 comments on commit 7d150f9

Please sign in to comment.