Skip to content

Commit 0344123

Browse files
meytteeMahdi
andauthored
fix(docs): submenu selected item indicator (#5868)
Co-authored-by: Mahdi <[email protected]>
1 parent 6a3b027 commit 0344123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/components/docs/toc.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const DocsToc: FC<DocsTocProps> = ({headings}) => {
8787
<li
8888
key={i}
8989
className={clsx(
90+
"relative",
9091
"transition-colors",
9192
"font-normal",
9293
"flex items-center text-tiny font-normal text-default-500",

0 commit comments

Comments
 (0)