souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

How can I change the color of the progress bar of the audio player? #100

Open Keshav-Cis opened 1 year ago

Keshav-Cis commented 1 year ago

I am using the react-media-player package for playing an audio file. Now I want to change the color of the progress bar of the audio player. Is it possible to set the color in the core code of the package please help me. I am using this module as a customer module massphoning-in

souporserious commented 1 year ago

I'm not sure if there's a better way to do this now since I first started this project, but you can see a how I customized the input for the demo site in this Sass file here for inspiration. Hope that helps!