From af26397ad738d1098e1590c05ebcb6425e8dea18 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 15 Nov 2025 13:51:58 +0100 Subject: [PATCH] Rounded dropdown --- web/components/comments/dropdown-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/comments/dropdown-menu.tsx b/web/components/comments/dropdown-menu.tsx index 33bbe012..532fa516 100644 --- a/web/components/comments/dropdown-menu.tsx +++ b/web/components/comments/dropdown-menu.tsx @@ -91,7 +91,7 @@ export default function DropdownMenu(props: { ? 'bg-primary-100' : 'hover:bg-canvas-200 hover:text-ink-900', 'text-ink-700', - 'flex w-full gap-2 px-4 py-2 text-left text-sm' + 'flex w-full gap-2 px-4 py-2 text-left text-sm rounded-md' )} > {item.icon &&
{item.icon}
}