mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
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:
parent
914d0eb861
commit
de39c7ca7a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user