We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I have moved to implementing some custom icons but now i still have trouble with the progress bar. This is what it looks like for me.
The loop can stay grey but i want the progress bar slider to be blue as well
Sorry, something went wrong.
No branches or pull requests
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
but alas it doesn't change anything.
Am i dense? i would love some assistance
The text was updated successfully, but these errors were encountered: