Derek Glassick
Results
2
comments of
Derek Glassick
So I don't think you're using the correct props. `completedColor` should be `completedBgColor`, etc.
If you create your steps like: ``` const steps = [ { label: 'Step 1' }, { label: 'Step 2' }, { label: 'Step 3' }, { label: 'Step 4'...