You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
eg, it can be changed to black:
.audio svg {
background: #111111ff;
}
The text was updated successfully, but these errors were encountered:
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.
eg, it can be changed to black:
.audio svg {
background: #111111ff;
}
The text was updated successfully, but these errors were encountered: