Hi everyone :)
Shouldn't we be able the change the CircularProgress and Progress color ?
I am making an app with a blue backgrond and I cant see the progress. Could you update this ?
Thanks have a good day/night
@BTVincent docs color param missing :/
https://github.com/callemall/material-ui/blob/master/src/circular-progress.jsx#L159
<CircularProgress mode="indeterminate" color="#ffcc00" />
Ha nice thank you ! :)
We should add it to the doc. Let's reopen the issue until it's done.
The color prop was added to the docs.
Most helpful comment
@BTVincent docs color param missing :/
https://github.com/callemall/material-ui/blob/master/src/circular-progress.jsx#L159
<CircularProgress mode="indeterminate" color="#ffcc00" />