Skip to content

Commit

Permalink
Update NavItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Feb 13, 2024
1 parent f26c515 commit f544942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Nav/NavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const NavItem = styled(LinkWithWrapper, { shouldForwardProp: (prop) => pr
${(props) =>
props.active &&
props.variant !== 'inverse' &&
css`
color: ${props.monochrome ? color.lightest : color.secondary};
background-color: ${props.monochrome
Expand Down

0 comments on commit f544942

Please sign in to comment.