Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed May 21, 2021
1 parent c3c54b9 commit 37b3ba0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const DateRangePickerDayRangeIntervalPreview = styled('div', {
}),
}));

const DateRangePickerDayDay = (styled(PickersDay, { name: 'MuiDateRangePickerDay', slot: 'Day' })<{
const DateRangePickerDayDay = styled(PickersDay, { name: 'MuiDateRangePickerDay', slot: 'Day' })<{
styleProps: StyleProps;
}>(({ theme, styleProps }) => ({
// Required to overlap preview border
Expand All @@ -225,7 +225,7 @@ const DateRangePickerDayDay = (styled(PickersDay, { name: 'MuiDateRangePickerDay
styleProps.isHighlighting && {
color: theme.palette.getContrastText(alpha(theme.palette.primary.light, 0.6)),
}),
})) as unknown) as <TDate>(
})) as unknown as <TDate>(
props: PickersDayProps<TDate> & { styleProps: StyleProps },
) => JSX.Element;

Expand Down

0 comments on commit 37b3ba0

Please sign in to comment.