mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 06:39:37 +02:00
Update play_arrow icons with fill CSS class
This commit is contained in:
parent
e55cf30705
commit
a76600e53b
9 changed files with 10 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
<p v-if="isOpenInPlayer" class="text-sm text-right text-gray-400">{{ $strings.ButtonPlaying }}</p>
|
||||
<div v-else-if="isHovering" class="flex items-center justify-end -mx-1">
|
||||
<button class="outline-none mx-1 flex items-center" @click.stop="playClick">
|
||||
<span class="material-symbols text-2xl text-success">play_arrow</span>
|
||||
<span class="material-symbols fill text-2xl text-success">play_arrow</span>
|
||||
</button>
|
||||
<button class="outline-none mx-1 flex items-center" @click.stop="removeClick">
|
||||
<span class="material-symbols text-2xl text-error">close</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue