You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @srdjan, thanks for providing this library. I wonder how can I customize step color using stepCustomStyle prop? I tried many ways, but couldn't come with something helpful. I can change the color of step numbers, but not the step input itself. Can you help me figure out this? <MultiStep {...multistepConfig} activeStep={0} prevButton={prevButton} nextButton={nextButton} stepCustomStyle={{ color: "#656565", }} />
The text was updated successfully, but these errors were encountered:
the UI customization is very limited in the current version, I'm planing to release v6 which has full customization and some other features. You can check it here:
Hi @srdjan, thanks for providing this library. I wonder how can I customize step color using stepCustomStyle prop? I tried many ways, but couldn't come with something helpful. I can change the color of step numbers, but not the step input itself. Can you help me figure out this?
<MultiStep {...multistepConfig} activeStep={0} prevButton={prevButton} nextButton={nextButton} stepCustomStyle={{ color: "#656565", }} />
The text was updated successfully, but these errors were encountered: