Skip to content

Commit

Permalink
feat(docs): sidebar link color is wrong (#5978)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed May 23, 2024
1 parent cdb63b5 commit 449d6f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/src/refine-theme/doc-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ const SidebarCategory = ({
)}
/>
)}
<span className="z-[1]">{item.label}</span>
<span className="z-[1] text-refine-react-6 dark:text-refine-react-3">
{item.label}
</span>
<div
className={clsx(
"absolute",
Expand Down

0 comments on commit 449d6f7

Please sign in to comment.