diff --git a/src/components/dayOfMonth.tsx b/src/components/dayOfMonth.tsx index 2e892fd..a0659ca 100644 --- a/src/components/dayOfMonth.tsx +++ b/src/components/dayOfMonth.tsx @@ -89,7 +89,7 @@ export const DayOfMonth: React.FC = ({ isDisabled={disabled} {...styleBtnProps.defaultBtnProps} {...(isInRange && !disabled && styleBtnProps.isInRangeBtnProps)} - {...(selected && !disabled && styleBtnProps.selectedBtnProps)} + {...(selected && styleBtnProps.selectedBtnProps)} {...(today && styleBtnProps.todayBtnProps)} > {date.getDate()}