diff --git a/src/client/components/ThemePreferenceMenuItems.tsx b/src/client/components/ThemePreferenceMenuItems.tsx index e1f0346..2c743a5 100644 --- a/src/client/components/ThemePreferenceMenuItems.tsx +++ b/src/client/components/ThemePreferenceMenuItems.tsx @@ -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"