Update doc link background color when active

pull/26739/head
Tim Qian 2 years ago committed by rjl493456442
parent 66ef43ecd7
commit 9774349473
  1. 2
      src/components/UI/docs/DocsLinks.tsx

@ -74,7 +74,7 @@ export const DocsLinks: FC<Props> = ({ navLinks, toggleMobileAccordion }) => {
borderColor='primary'
w='100%'
bg={isSectionActive ? 'secondary' : 'bg'}
color={isSectionActive ? 'body' : 'primary'}
color={isSectionActive ? 'bg' : 'primary'}
_groupHover={{ background: 'primary', color: 'bg', textDecoration: 'none' }}
>
{to ? (

Loading…
Cancel
Save