Assuring steps in Stepper are left aligned

This commit is contained in:
apanizo 2018-09-27 12:30:31 +02:00
parent 304e0872b0
commit c32d4616ed
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ export default createMuiTheme({
},
},
},
MuiStepLabel: {
label: {
textAlign: 'left',
},
},
},
palette,
})