I overrided transform in InputLabelProps of my DateTimePicker and it fixed problem.
InputLabelProps: { style: { fontSize: '13px', }, sx: { transform: 'translate(12px, 10px) scale(1) !important', }, },