I am facing a simple issue where I attempted to add marginButtom
to the TextFields but for some reason, it is not applying any margin.
Please take a look at this codesandbox link
CODE
<label>Schedule</label>
<TextField
fullWidth
name="schedule"
type="date"
variant="outlined"
className={classes.marginButtom}
/>