fixed the volume icon file names on the webremote

This commit is contained in:
Onur Gümüş 2022-01-24 08:14:15 +03:00
parent 0a947257b2
commit cb7c67ef84

View file

@ -393,12 +393,12 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
}
.player-volume-glyph.decrease {
background-image: url("./assets/volume.svg");
background-image: url("./assets/volume-down.svg");
opacity: 0.5;
}
.player-volume-glyph.increase {
background-image: url("./assets/volume-2.svg");
background-image: url("./assets/volume-up.svg");
opacity: 0.5;
}