Skip to content

Commit

Permalink
X2-7130 X2-7168 fix(date-picker): hides outside days for all variants…
Browse files Browse the repository at this point in the history
… of date-picker
  • Loading branch information
kirtesh-xola committed Sep 26, 2023
1 parent 677e124 commit d7f4190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DatePicker/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export const DatePicker = ({
) : null}

<DayPicker
showOutsideDays={!isRangeVariant}
className={clsx(
"ui-date-picker rounded-lg pt-3",
useDateRangeStyle ? "date-range-picker" : null,
Expand Down

0 comments on commit d7f4190

Please sign in to comment.