Skip to content

Commit

Permalink
revert the original font weight as its so bold
Browse files Browse the repository at this point in the history
right hand nav all appears super bold
  • Loading branch information
aralovelace committed Aug 28, 2024
1 parent 406c9ee commit c4582dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/SidebarHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const SidebarHeading = <C extends ElementType>({
...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,
}),
Expand Down

0 comments on commit c4582dc

Please sign in to comment.