[style] restore MultiSelect.vue semantic token changes

Restore the semantic token migration for MultiSelect.vue:
- text-neutral-400 dark-theme:text-zinc-500 → text-secondary

This completes the semantic token migration across all components.
This commit is contained in:
bymyself
2025-10-27 00:01:58 -07:00
parent eddd8ba7fd
commit b43c0a53bb

View File

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