Change progress color #1913
Unanswered
leonardoRocchini
asked this question in
Q&A
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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