Skip to content

Commit 6a3b027

Browse files
authored
fix(docs): increase sidebar text contrast to meet WCAG AA accessibility (#5819)
1 parent bdd37b4 commit 6a3b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/docs/toc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const DocsToc: FC<DocsTocProps> = ({headings}) => {
8989
className={clsx(
9090
"transition-colors",
9191
"font-normal",
92-
"flex items-center text-tiny font-normal text-default-500 dark:text-default-300",
92+
"flex items-center text-tiny font-normal text-default-500",
9393
"data-[active=true]:text-foreground",
9494
"dark:data-[active=true]:text-foreground",
9595
"before:content-['']",

0 commit comments

Comments
 (0)