Skip to content

Commit 528acdf

Browse files
committed
fix: text color
1 parent 00e8d75 commit 528acdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/TableOfContents/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ const TableOfContents = ({
9090
{t("edit-page")}
9191
</ButtonLink>
9292
)}
93-
<Box textTransform="uppercase">{t("on-this-page")}</Box>
93+
<Box textTransform="uppercase" color="body.medium">
94+
{t("on-this-page")}
95+
</Box>
9496
<List m={0} spacing="2" {...outerListProps}>
9597
<ItemsList
9698
items={items}

0 commit comments

Comments
 (0)