We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4f555 commit f06e775Copy full SHA for f06e775
1 file changed
ui/components/TableOfContents.tsx
@@ -89,7 +89,7 @@ export function TableOfContents({ blocks }: TableOfContentsProps) {
89
href={`#block-${h.index}`}
90
onClick={(e) => handleClick(e, h.index)}
91
className={cn(
92
- "tactile-button flex min-h-10 items-center gap-1.5 py-1 pr-2 rounded-md text-[13px] cursor-pointer",
+ "tactile-button flex min-h-7 items-center gap-1.5 py-1 pr-2 rounded-md text-[13px] cursor-pointer",
93
indent,
94
isActive
95
? "bg-paper-edge text-ink font-medium"
0 commit comments