Change progress color #1913
Replies: 2 comments 2 replies
-
It seems like changing the color of the progress indicator directly through a className is not supported because the className you're applying is associated with the Here’s a quick solution I put together using an additional property to set the color of the progress indicator. This enables Progress to be customized like: |
Beta Was this translation helpful? Give feedback.
-
you can access the progress bar div with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i have question there is a way to change te color of the progress value from className ?
In the following code, I can change the background color but not the value color.
<Progress value={value} className='bg-green-700'/>
Beta Was this translation helpful? Give feedback.
All reactions