Skip to content

Commit

Permalink
Post options cursor pointer (#200)
Browse files Browse the repository at this point in the history
* changed cursor to pointer on theme options

* removed class from theme-toggle and added to base component

* added cursor pointer to other dropdown items
  • Loading branch information
JakeSaterlay authored Nov 8, 2024
1 parent ce36d50 commit 68cc3e9
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 68cc3e9

Please sign in to comment.