Skip to content

Commit b43c0a5

Browse files
[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.
1 parent eddd8ba commit b43c0a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/input/MultiSelect.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
v-if="showSelectedCount || showClearButton"
3838
class="mt-2 flex items-center justify-between"
3939
>
40-
<span
41-
v-if="showSelectedCount"
42-
class="px-1 text-sm text-neutral-400 dark-theme:text-zinc-500"
43-
>
40+
<span v-if="showSelectedCount" class="text-secondary px-1 text-sm">
4441
{{
4542
selectedCount > 0
4643
? $t('g.itemsSelected', { selectedCount })

0 commit comments

Comments
 (0)