-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linear progress variant style override #45144
Comments
Hey @igortas, thanks for reaching out. The |
hey @DiegoAndai I'd like to take this issue, please help with some guidance. |
Hey @kingflamez! Sure 😊, go ahead. What we need to do is add the
Which is used as such:
So we need to do the same for the
May I also ask you to do the same with the CircularProgress component (source)? The change should be the same. Thanks in advance! |
@DiegoAndai , Thanks, I have created a PR here: #45163 |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @igortas How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Steps:
Current behavior
module augmentation doesn't affect the new variant option for linear progress, and new variant it's not recognizable
error:
Expected behavior
Linear progress new variant option can be set through module augmentation and theme.
Context
Simplify all linear progress instances where are used, thourgh theming and applying different variants, instead using extra props or styled
Your environment
Search keywords: linear progress override
The text was updated successfully, but these errors were encountered: