react-h5-audio-player
react-h5-audio-player copied to clipboard
Not able to change colors anywhere on default components?
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