🚀 New Features
- Adds a
labelFontSize
prop to theProgressStep
component. This sets the font size for all of the step icon labels. The default size is 14. - Adds a
activeLabelFontSize
prop to theProgressStep
component. This is an optional prop that sets the font size for the active step icon label. It will override the currentlabelFontSize
only for the active step.