diff --git a/src/components/Sidebar/SidebarHeading.tsx b/src/components/Sidebar/SidebarHeading.tsx index ee6c902a98..25b29fd851 100644 --- a/src/components/Sidebar/SidebarHeading.tsx +++ b/src/components/Sidebar/SidebarHeading.tsx @@ -39,7 +39,7 @@ export const SidebarHeading = ({ ...props, id: sidebarHeadingId, ref: scrollLinkIntoView, - className: cn(sidebar, `ml-${indent} break-words ${indent ? 'font-medium' : 'font-semibold'}`, className, { + className: cn(sidebar, `ml-${indent} break-words ${indent ? 'font-normal' : 'font-medium'}`, className, { 'text-cool-black': !isActive, [activeClassName]: isActive, }),