Skip to content

Commit 3638654

Browse files
committed
fix: update border color for active table of contents item with light mode
1 parent 9d29fde commit 3638654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/src/components/docs/toc-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const TableOfContents = ({ data }: TableOfContentsProps) => {
6464
item.level === 2 && "pl-3.5",
6565
item.level === 3 && "pl-4",
6666
activeId === item.slug
67-
? "border-neutral-200 font-medium text-neutral-900 dark:border-neutral-400 dark:text-neutral-100"
67+
? "border-neutral-600 font-medium text-neutral-900 dark:border-neutral-400 dark:text-neutral-100"
6868
: "border-neutral-300 text-neutral-600 hover:text-neutral-900 dark:border-neutral-700 dark:text-neutral-400 dark:hover:text-neutral-100",
6969
)}
7070
>

0 commit comments

Comments
 (0)