Skip to content

Commit 86a8e8d

Browse files
committed
primary color when is active
1 parent f5946ca commit 86a8e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableOfContents/TableOfContentsLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Link = ({
2222
href={url}
2323
className={cn(
2424
"group relative inline-block w-full p-1 text-body-medium no-underline lg:w-auto",
25-
isActive && "visited"
25+
isActive && "visited text-primary"
2626
)}
2727
>
2828
<div

0 commit comments

Comments
 (0)