From b43c0a53bb96224fa55c03ff0e0c5b7dda47989e Mon Sep 17 00:00:00 2001 From: bymyself Date: Mon, 27 Oct 2025 00:01:58 -0700 Subject: [PATCH] [style] restore MultiSelect.vue semantic token changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/components/input/MultiSelect.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/input/MultiSelect.vue b/src/components/input/MultiSelect.vue index 24d390898..42cf967e2 100644 --- a/src/components/input/MultiSelect.vue +++ b/src/components/input/MultiSelect.vue @@ -37,10 +37,7 @@ v-if="showSelectedCount || showClearButton" class="mt-2 flex items-center justify-between" > - + {{ selectedCount > 0 ? $t('g.itemsSelected', { selectedCount })