Fix(Sleek): Use play button instead of button color

Some themes have same color for both variables.

Co-authored-by: harbassan <84175605+harbassan@users.noreply.github.com>
This commit is contained in:
Coding 2021-07-31 09:08:58 -07:00 committed by GitHub
parent 914d0eb861
commit de39c7ca7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,8 +298,8 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
/* Main Play Button Change */
.main-playButton-PlayButton.main-playButton-primary {
color: var(--spice-text);
background-color: var(--spice-button);
color: var(--spice-button-text);
background-color: var(--spice-play-button);
box-shadow: var(--spice-shadow) 0 5px 4px 0px;
transition-duration: 0.15s !important;
}