<iframe src="https://open.spotify.com/embed/track/6wsqVwoiVH2kde4k4KKAFU?utm_source=generator" width="500" height="100" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
In my NextJS 13.4 project, everything looks fine in light mode. However, when I switch to dark mode, a white background appears behind the song like this:
Background bug at spotify embed code
I have tried using CSS to fix this issue but to no avail. Any help would be greatly appreciated.
I was expecting the song container to have a transparent background.