Skip to content

Commit a3baf49

Browse files
pranavv00romitg2
andauthored
fix(calendar): add pointer cursor to enabled date buttons (calcom#28534)
Co-authored-by: Pranav Gawande <pranavv00@users.noreply.github.com> Co-authored-by: Romit <85230081+romitg2@users.noreply.github.com>
1 parent 806fd8e commit a3baf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/features/calendars/components/DatePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)