Skip to content

Commit af26397

Browse files
committed
Rounded dropdown
1 parent 859d015 commit af26397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/comments/dropdown-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function DropdownMenu(props: {
9191
? 'bg-primary-100'
9292
: 'hover:bg-canvas-200 hover:text-ink-900',
9393
'text-ink-700',
94-
'flex w-full gap-2 px-4 py-2 text-left text-sm'
94+
'flex w-full gap-2 px-4 py-2 text-left text-sm rounded-md'
9595
)}
9696
>
9797
{item.icon && <div className="w-5">{item.icon}</div>}

0 commit comments

Comments
 (0)