revert multiselect changes

This commit is contained in:
bymyself
2025-10-27 20:13:37 -07:00
parent df5cd4ce04
commit 032f5f2ecf

View File

@@ -37,7 +37,10 @@
v-if="showSelectedCount || showClearButton"
class="mt-2 flex items-center justify-between"
>
<span v-if="showSelectedCount" class="text-secondary px-1 text-sm">
<span
v-if="showSelectedCount"
class="px-1 text-sm text-neutral-400 dark-theme:text-zinc-500"
>
{{
selectedCount > 0
? $t('g.itemsSelected', { selectedCount })