fixed repeat button background

This commit is contained in:
Onur Gümüş 2022-01-27 14:08:52 +03:00
parent 47fa091606
commit 52882639af
2 changed files with 3 additions and 2 deletions

View file

@ -1544,11 +1544,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.playback-button--small.repeat {
background-color: var(--keyColor);
background-image: url("./assets/repeat.svg");
}
.playback-button--small.repeat.repeatOne {
background-color: var(--keyColor);
background-image: url("./assets/repeatOne.svg");
}