Merge branch 'master' into addNextScheduleInfo

This commit is contained in:
mfcar 2023-03-04 11:09:35 +00:00
commit d8b6e09bc0
No known key found for this signature in database
5 changed files with 31 additions and 12 deletions

View file

@ -1,6 +1,6 @@
<template>
<ui-tooltip v-if="alreadyInLibrary" :text="$strings.LabelAlreadyInYourLibrary" direction="top">
<span class="material-icons ml-1" style="font-size: 0.8rem">check_circle</span>
<span class="material-icons ml-1 text-success" style="font-size: 0.8rem">check_circle</span>
</ui-tooltip>
</template>