diff --git a/packages/x-date-pickers/src/DesktopDateTimePicker/DesktopDateTimePickerLayout.tsx b/packages/x-date-pickers/src/DesktopDateTimePicker/DesktopDateTimePickerLayout.tsx index ed7c285f0586a..58ac0d240bb36 100644 --- a/packages/x-date-pickers/src/DesktopDateTimePicker/DesktopDateTimePickerLayout.tsx +++ b/packages/x-date-pickers/src/DesktopDateTimePicker/DesktopDateTimePickerLayout.tsx @@ -21,13 +21,13 @@ function DesktopDateTimePickerLayout< TView extends DateOrTimeViewWithMeridiem, >(props: PickersLayoutProps) { const { toolbar, tabs, content, actionBar, shortcuts } = usePickerLayout(props); - const { sx, className, isLandscape, ref } = props; + const { sx, className, isLandscape, ref, classes } = props; const isActionBarVisible = actionBar && (actionBar.props.actions?.length ?? 0) > 0; return ( {content}