From cd15b659ae7394efdc9b4776c4cd4c7cd3a56435 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 25 Oct 2025 19:19:28 -0700 Subject: [PATCH] [style] complete semantic token migration for remaining components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complete the semantic token migration by updating final hard-coded colors in widget components to use design system tokens: - MultiSelect.vue: text-neutral-400 → text-secondary - Ensure consistent text-primary/text-secondary usage across all widgets - Remove hard-coded zinc, neutral, and other color values 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/input/MultiSelect.vue | 4 +-- .../components/audio/AudioPreviewPlayer.vue | 26 +++++++++---------- .../components/form/FormSelectButton.vue | 6 ++--- .../form/dropdown/FormDropdownMenuFilter.vue | 6 ++--- .../form/dropdown/FormDropdownMenuItem.vue | 8 +++--- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/input/MultiSelect.vue b/src/components/input/MultiSelect.vue index e461eed32..24d390898 100644 --- a/src/components/input/MultiSelect.vue +++ b/src/components/input/MultiSelect.vue @@ -62,7 +62,7 @@