It was found that when using the Formatting Tab, and the Text Coloring the Playback controls were modified in the screen editor but not on the Screen itself.
Steps to replicate:
Add Spotify to a screen
Enable the Show Controls option
Go to the Formatting Tab
Change the text color and load the screen
The Spotify Block will have the controls show grey on the Screen. As a workaround users can modify this using the following CSS:
.audio-container a { color: #a22020; text-decoration: none; }
Changing the hex value for the color will allow you to select any color. This Hex Code #a22020 if for red.
It was found that when using the Formatting Tab, and the Text Coloring the Playback controls were modified in the screen editor but not on the Screen itself.
Steps to replicate:
The Spotify Block will have the controls show grey on the Screen. As a workaround users can modify this using the following CSS:
.audio-container a { color: #a22020; text-decoration: none; }
Changing the hex value for the color will allow you to select any color. This Hex Code #a22020 if for red.