File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/features/calendars/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const Day = ({
8484 type = "button"
8585 style = { disabled ? { ...disabledDateButtonEmbedStyles } : { ...enabledDateButtonEmbedStyles } }
8686 className = { classNames (
87- "disabled:text-bookinglighter absolute bottom-0 left-0 right-0 top-0 mx-auto w-full rounded-md border-2 border-transparent text-center text-sm font-medium transition disabled:cursor-default disabled:border-transparent disabled:font-light " ,
87+ "disabled:text-bookinglighter absolute bottom-0 left-0 right-0 top-0 mx-auto w-full cursor-pointer rounded-md border-2 border-transparent text-center text-sm font-medium transition disabled:cursor-default disabled:border-transparent disabled:font-light " ,
8888 active
8989 ? "bg-brand-default text-brand"
9090 : ! disabled
You can’t perform that action at this time.
0 commit comments