// Styles for /lib/components/data/spotify.jsx component export const spotifyStyles = /* css */ ` .spotify { position: relative; background-color: var(--green); } .simple-bar--widgets-background-color-as-foreground .spotify { color: var(--green); background-color: transparent; } .spotify--hidden-metadata > svg { margin-right: 0; } `;