Skip to content

Commit f06e775

Browse files
committed
Tighten outline row spacing
1 parent 1f4f555 commit f06e775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/components/TableOfContents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function TableOfContents({ blocks }: TableOfContentsProps) {
8989
href={`#block-${h.index}`}
9090
onClick={(e) => handleClick(e, h.index)}
9191
className={cn(
92-
"tactile-button flex min-h-10 items-center gap-1.5 py-1 pr-2 rounded-md text-[13px] cursor-pointer",
92+
"tactile-button flex min-h-7 items-center gap-1.5 py-1 pr-2 rounded-md text-[13px] cursor-pointer",
9393
indent,
9494
isActive
9595
? "bg-paper-edge text-ink font-medium"

0 commit comments

Comments
 (0)