Skip to content

Commit 5212285

Browse files
[pickers] Fix visual regression in DateRangeCalendar's day (#17148)
1 parent c3079e2 commit 5212285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/x-date-pickers-pro/src/DateRangePickerDay/DateRangePickerDay.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const DateRangePickerDayRoot = styled('div', {
132132
},
133133
},
134134
{
135-
props: { isDayFillerCell: false, isHighlighting: true },
135+
props: { isDayFillerCell: false, isDaySelected: true },
136136
style: {
137137
borderRadius: 0,
138138
color: (theme.vars || theme).palette.primary.contrastText,

0 commit comments

Comments
 (0)