mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
[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:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user