Update playlist icons

This commit is contained in:
advplyr 2022-11-27 13:34:50 -06:00
parent f07cb1e7a3
commit 1332147c4a
5 changed files with 12 additions and 7 deletions

View file

@ -32,7 +32,7 @@
<ui-tooltip v-if="playerQueueItems.length" direction="top" :text="$strings.LabelViewQueue">
<button class="outline-none text-gray-300 mx-1 lg:mx-2 hover:text-white" @mousedown.prevent @mouseup.prevent @click.stop="$emit('showPlayerQueueItems')">
<span class="material-icons text-2.5xl sm:text-3xl">queue_music</span>
<span class="material-icons text-2.5xl sm:text-3xl">playlist_play</span>
</button>
</ui-tooltip>