Skip to content
New issue

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

Audio svg change background color when using dark mode #26

Closed
advait404 opened this issue Oct 21, 2022 · 2 comments
Closed

Audio svg change background color when using dark mode #26

advait404 opened this issue Oct 21, 2022 · 2 comments

Comments

@advait404
Copy link

In the side berry setting file, the background for audio svg should be something other than #fff when in dark mode, since otherwise the 'music' icon color and background color become the same.

image

eg, it can be changed to black:

.audio svg {
background: #111111ff;
}

image

@drannex42
Copy link
Owner

I'll add this into the next release, thanks for reporting this!

@drannex42
Copy link
Owner

Added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants