Completed stepper points as secondary
This commit is contained in:
parent
4a0b05ded4
commit
6c057fb976
|
@ -52,6 +52,9 @@ export default createMuiTheme({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiStepIcon: {
|
MuiStepIcon: {
|
||||||
|
completed: {
|
||||||
|
color: `${secondary} !important`,
|
||||||
|
},
|
||||||
active: {
|
active: {
|
||||||
color: `${secondary} !important`,
|
color: `${secondary} !important`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue