Added "1" to the repeat button

This commit is contained in:
Onur Gümüş 2022-01-27 13:23:24 +03:00
parent c103383e6b
commit f5f09e0605
2 changed files with 34 additions and 0 deletions

View file

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