0 && (selectedDay = selectedDay === cell.day ? null : cell.day)"
:class="{
'bg-gray-50 text-gray-400': !cell.currentMonth,
'bg-white hover:bg-gray-50 cursor-pointer': cell.currentMonth,
'ring-2 ring-primary ring-inset': cell.isToday,
'bg-primary/10': selectedDay === cell.day,
}"
>