I am using MUI's DateTimePicker in my React project and want to customize its size, specifically making it smaller. I tried modifying some slotProps to decrease the size of each individual component inside it, but it was frustrating, broke the design, and I encountered a blocker preventing me from adjusting all of them.
Is there a better approach to achieve this?