From 04d5d62cfe5b16e54e7a249eccf3b833a60fdd4b Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 6 Jul 2026 21:36:19 -0400 Subject: [PATCH] style(ui): auto-tag Keep button matches the suggestion accept button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ✓ Keep on a provisional auto-tag chip was a smaller tinted-outline variant; make it the SAME filled green circle (white ✓, 26px, opacity 0.9→1 + scale on hover, accent focus ring) as the suggestion accept button (.fc-act--yes in SuggestionItem) so "accept this tag" reads identically across surfaces (operator-asked). Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01CDgx8bQS5YrGRK76v8HUnM --- frontend/src/components/modal/TagChip.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/modal/TagChip.vue b/frontend/src/components/modal/TagChip.vue index 7cf2f59..7e11b31 100644 --- a/frontend/src/components/modal/TagChip.vue +++ b/frontend/src/components/modal/TagChip.vue @@ -29,7 +29,7 @@ :title="`Keep “${tag.name}” — confirm this auto-tag so it trains the model and won't be retracted`" :aria-label="`Confirm ${tag.name}`" @click.stop="$emit('confirm', tag)" - >mdi-check + >mdi-check