Change playlist border radius (Embed layout)

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

[class*="Playlist__Component-sc"] {
border-radius: 8px;
}
1 Like