fix: fix theme switcher cursor

This commit is contained in:
Ben Senescu 2026-04-04 16:02:11 -04:00
parent 3081bc624a
commit fc53e9a77c

View File

@ -41,7 +41,7 @@ export function ThemePreferenceMenuItems() {
role="radio"
aria-checked={isActive}
aria-label={option.label}
className={`flex flex-1 items-center justify-center rounded-md px-2.5 py-1.5 transition-colors ${
className={`flex flex-1 cursor-pointer items-center justify-center rounded-md px-2.5 py-1.5 transition-colors ${
isActive
? "bg-base-100 text-base-content shadow-sm"
: "text-base-content/50 hover:text-base-content/80"