Completed stepper points as secondary

This commit is contained in:
apanizo 2018-10-04 14:35:54 +02:00
parent 4a0b05ded4
commit 6c057fb976
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ export default createMuiTheme({
},
},
MuiStepIcon: {
completed: {
color: `${secondary} !important`,
},
active: {
color: `${secondary} !important`,
},