Skip to content

Commit

Permalink
added cursor pointer to other dropdown items
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSaterlay committed Nov 8, 2024
1 parent 407a1b5 commit 4e304bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontpage/lib/components/ui/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function DropdownMenuItem({
return (
<DropdownMenuPrimitive.Item
className={cn(
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
inset && "pl-8",
className,
)}
Expand Down

0 comments on commit 4e304bb

Please sign in to comment.