fix date selector width

This commit is contained in:
Abhinav 2022-06-29 14:37:57 +05:30
parent 717b2cc3a4
commit 078386fd32

View file

@ -50,6 +50,14 @@ const EnteDateTimePicker = ({
'.MuiPickersToolbar-penIconButton': {
display: 'none',
},
'.MuiDialog-paper': { width: '320px' },
'.MuiClockPicker-root': {
position: 'relative',
minHeight: '292px',
},
'.PrivatePickersSlideTransition-root': {
minHeight: '200px',
},
},
}}
renderInput={(params) => (