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
Hey @code-arman, apologies for the delay here, but I've since updated the documentation on how to add custom styles.. It was getting a bit unwieldy to manage all the different parts, so I decided to rather add classes to all the different parts of the component so you can easily select and style them where required. Can have a look at them here along with an example.
Right now, StepsStyles is exported as type
any
which makes it difficult to extend styles in typscript.Here is what the
steps.theme.ts
file looks like with the current non-typed StepsStylesThe text was updated successfully, but these errors were encountered: