Skip to content

Commit

Permalink
changed cursor to pointer on theme options (#198)
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
  • Loading branch information
JakeSaterlay authored Nov 6, 2024
1 parent ce0f68d commit 4ee97d6
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 @@ -140,7 +140,7 @@ function DropdownMenuRadioItem({
return (
<DropdownMenuPrimitive.RadioItem
className={cn(
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 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 py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
className,
)}
{...props}
Expand Down

0 comments on commit 4ee97d6

Please sign in to comment.