mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 04:31:01 +02:00
Fix:Material symbols icon to use check instead of checkmark
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<span class="font-normal ml-3 block truncate">{{ item.name }}</span>
|
||||
</div>
|
||||
<span v-if="getIsSelected(item.id)" class="text-yellow-400 absolute inset-y-0 right-0 flex items-center pr-4">
|
||||
<span class="material-symbols text-xl">checkmark</span>
|
||||
<span class="material-symbols text-xl">check</span>
|
||||
</span>
|
||||
</li>
|
||||
</template>
|
||||
@@ -370,4 +370,4 @@ input:read-only {
|
||||
color: #aaa;
|
||||
background-color: #444;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user