react-h5-audio-player icon indicating copy to clipboard operation
react-h5-audio-player copied to clipboard

Not able to change colors anywhere on default components?

Open colin-kidwell opened this issue 1 year ago • 1 comments
trafficstars

Hello.

I would like to change the colors of my audio components to something like #3b82f6 instead of the initial grey color.

On the component i defined it like this

<AudioPlayer
            // the rest of my code that handles the actual data flowing
            className="text-[#3b82f6]"
          />

but alas it doesn't change anything.

Am i dense? i would love some assistance

colin-kidwell avatar Oct 04 '24 20:10 colin-kidwell