Skip to content

Commit 9cdb63b

Browse files
committed
docs: udpate theme
1 parent be61704 commit 9cdb63b

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/components

1 file changed

+1
-1
lines changed

packages/docs/src/components/Toc.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Toc: FC<TocProps> = ({ items }) => {
3434
}
3535

3636
return (
37-
<div className="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-muted">
37+
<div className="docs-toc mt-4 mb-5 my-md-0 ps-xl-5 mb-lg-5 text-body-secondary">
3838
<strong className="d-block h6 mb-2 pb-2 border-bottom">On this page</strong>
3939
<CNav component="nav" className="flex-column">
4040
<ul>{toc(items)}</ul>

0 commit comments

Comments
 (0)