Update SpotifyControls.plugin.js

This commit is contained in:
Mirco Wittrien 2023-02-19 04:56:43 +01:00 committed by GitHub
parent 2e21513297
commit 8c2ec5ea52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @name SpotifyControls
* @author DevilBro
* @authorId 278543574059057154
* @version 1.3.1
* @version 1.3.2
* @description Adds a Control Panel while listening to Spotify on a connected Account
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -467,7 +467,7 @@ module.exports = (_ => {
font-style: normal
}
:root {
--SC-spotify-green: ${BDFDB.DiscordConstants.Colors.SPOTIFY};
--SC-spotify-green: ${BDFDB.DiscordConstants.Colors.SPOTIFY || "#1db954"};
}
${BDFDB.dotCN.channelpanels} {
display: flex;