Update explicit material symbols icon to fill

This commit is contained in:
advplyr 2025-08-12 17:40:48 -05:00
parent 5ef632a7eb
commit 6365c02875

View File

@ -1,6 +1,6 @@
<template>
<ui-tooltip :text="$strings.LabelExplicit" direction="top">
<span class="material-symbols text-sm ml-1 !block">explicit</span>
<span class="material-symbols fill text-sm ml-1 !block">explicit</span>
</ui-tooltip>
</template>