Skip to content

Commit ad779d6

Browse files
style(table-of-contents): apply token to left prop
1 parent f7511e4 commit ad779d6

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
@@ -55,7 +55,7 @@ const Link: React.FC<IPropsTableOfContentsLink> = ({ item }) => {
5555
opacity: 0.5,
5656
display: "inline-flex",
5757
position: "absolute",
58-
left: "-14px",
58+
left: -3.5,
5959
top: -1,
6060
},
6161
"&.active, &:hover": {

0 commit comments

Comments
 (0)