fix(BurntSienna): fix encore accent background color (#1002)

Fix background color on indicator when Spotify is being played from another device
This commit is contained in:
Danny Lloyd 2023-10-13 02:28:17 -05:00 committed by GitHub
parent 676888d78d
commit 62e2f6d22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,9 @@ highlights selected song contains multi-digit song numbers */
/* Playlist play button color */
.encore-dark-theme .encore-bright-accent-set,
.encore-dark-theme .encore-bright-accent-set:hover {
background-color: var(--spice-button) !important;
--background-base: var(--spice-button-active);
--background-highlight: var(--spice-player);
--background-press: var(--spice-player);
}
/* Volume bar margins */