Skip to content

Commit

Permalink
Override all props in the DateRangePickerDay
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jul 21, 2020
1 parent 86a1c43 commit 0a66ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/DateRangePicker/DateRangePickerDay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ export const PureDateRangeDay = ({
})}
>
<Day
{...other}
disableMargin
allowSameDateSelection
allowKeyboardControl={false}
{...other}
day={day}
selected={selected}
inCurrentMonth={inCurrentMonth}
Expand Down

0 comments on commit 0a66ec6

Please sign in to comment.