8000
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 be61704 commit 9cdb63bCopy full SHA for 9cdb63b
packages/docs/src/components/Toc.tsx
@@ -34,7 +34,7 @@ const Toc: FC<TocProps> = ({ items }) => {
34
}
35
36
return (
37
- <div className="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-muted">
+ <div className="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-body-secondary">
38
<strong className="d-block h6 mb-2 pb-2 border-bottom">On this page</strong>
39
<CNav component="nav" className="flex-column">
40
<ul>{toc(items)}</ul>
0 commit comments