79687160

Date: 2025-07-02 09:18:09
Score: 1
Natty:
Report link

I overrided transform in InputLabelProps of my DateTimePicker and it fixed problem.

InputLabelProps: {
  style: {
    fontSize: '13px',
  },
  sx: {
    transform: 'translate(12px, 10px) scale(1) !important',
  },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user19590290