Closed andriuszibaitis closed 3 years ago
The className works but since it is using inline styles for props that's maybe it's not working, try adding !important
I added two classNames props, one for container containerClassName
and for the loader itself, "className"
When I add: <LoadingBar className="loading" progress={progress} onLoaderFinished={() => setProgress(0)} />
Styles: .loading { background: #FFF; }
The color remains red. It's not working. How to change loading bar color with className?