You need to sign in to do that
Don't have an account?
How to change color of lightning progress bar?
Hi,
<lightning:progressBar value="50" size="large" />
Want to get green color for the above progress bar.
Thanks.
<lightning:progressBar value="50" size="large" />
Want to get green color for the above progress bar.
Thanks.
Seems like there is no out of the box attribute is given. I'm attaching the screenshot (how to manipulate it over the fly but it doesn't store any thing and goes away once you close/refresh broswer). you need manipulate the same class in your code for persistence.
Hope this helps1
Thanks,
Sucharita
Add the below css in your component style:
Thanks,
Maharajan.C