From 97743494735bdffb08cc47b5ee48c306e1fbc146 Mon Sep 17 00:00:00 2001 From: Tim Qian Date: Tue, 14 Feb 2023 02:26:36 +0000 Subject: [PATCH] Update doc link background color when active --- src/components/UI/docs/DocsLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/docs/DocsLinks.tsx b/src/components/UI/docs/DocsLinks.tsx index 8746ae1bdc..7875124d2a 100644 --- a/src/components/UI/docs/DocsLinks.tsx +++ b/src/components/UI/docs/DocsLinks.tsx @@ -74,7 +74,7 @@ export const DocsLinks: FC = ({ 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 ? (