We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62970bf commit 231cf72Copy full SHA for 231cf72
src/components/TableOfContents/ItemsList.tsx
@@ -28,7 +28,7 @@ const ItemsList = ({
28
<ListItem key={index} m={0} {...rest}>
29
<ToCLink depth={depth} item={item} activeHash={activeHash} />
30
{items && (
31
- <List key={title} fontSize="sm" ps={2} m={0} mt="2" spacing="2">
+ <List key={title} fontSize="sm" ps="2" m="0" mt="2" spacing="2">
32
<ItemsList
33
items={items}
34
depth={depth + 1}
src/components/TableOfContents/TableOfContentsLink.tsx
@@ -57,8 +57,8 @@ const Link = ({
57
_hover={{
58
...hoverOrActiveStyle,
59
}}
60
- p={2}
61
- ps={0}
+ p="2"
+ ps="0"
62
sx={{
63
[$dotBg.variable]: "var(--eth-colors-primary-hover)",
64
"&.active": {
0 commit comments