mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 12:35:00 +02:00
Fix:Material symbols icon to use check instead of checkmark
This commit is contained in:
parent
73196f9be8
commit
ed70f3af83
5 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
<p class="font-normal ml-3 block truncate">{{ item.text }}</p>
|
||||
|
||||
<div v-if="selected.includes(item.value)" class="text-yellow-400 absolute inset-y-0 right-0 my-auto w-5 h-5 mr-3 overflow-hidden">
|
||||
<span class="material-symbols text-xl">checkmark</span>
|
||||
<span class="material-symbols text-xl">check</span>
|
||||
</div>
|
||||
</li>
|
||||
</template>
|
||||
|
@ -139,4 +139,4 @@ export default {
|
|||
if (this.menu) this.menu.remove()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue