Skip to content

Commit 2e62353

Browse files
committed
Fix spotify-player-toggle-container bg color
1 parent 4b0c611 commit 2e62353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Controls/MediaButtons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
}
7878

7979
.spotify-player-toggle-container.off {
80-
background: var(--darkest);
80+
background: var(--dark);
8181
}
8282

8383
.spotify-player-toggle-container.disabled {
84-
background: var(--dark);
84+
background: var(--darker);
8585
}
8686

8787
.spotify-player-toggle-container.disabled:hover {

0 commit comments

Comments
 (0)