Skip to content

Commit 30d6c56

Browse files
authored
fix: add dark mode color for sidebar headings (#8077)
1 parent df7efbf commit 30d6c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar/Sidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Sidebar({ className = "", pages, currentPage }) {
7474
return (
7575
<div key={page.url}>
7676
{displayGroup ? (
77-
<h4 className="mt-6 ml-1 capitalize text-lg font-bold text-slate-800">
77+
<h4 className="mt-6 ml-1 capitalize text-lg font-bold text-slate-800 dark:text-slate-100">
7878
{group}
7979
</h4>
8080
) : null}

0 commit comments

Comments
 (0)