Skip to content

Commit a8a753e

Browse files
authored
Merge pull request #15455 from ethereum/inpage-navigation-spacing
In-page navigation spacing
2 parents 9de428d + 4519f7f commit a8a753e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TableOfContents/TableOfContentsLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const Link = ({
2121
<BaseLink
2222
href={url}
2323
className={cn(
24-
"group relative inline-block w-full p-2 ps-0 text-body-medium no-underline lg:w-auto",
25-
isActive && "visited"
24+
"group relative inline-block w-full py-0.5 text-body-medium no-underline lg:w-auto",
25+
isActive && "visited text-primary"
2626
)}
2727
>
2828
<div

0 commit comments

Comments
 (0)