From 8d3c4f474e3f26b7cb8eb7f860b39313e85c0092 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:40:11 +0100 Subject: [PATCH] revert: replace plain CSS class with @theme text-pill token Remove .pill-trigger CSS class and restore the idiomatic Tailwind v4 @theme approach: --text-pill in @theme generates the text-pill utility. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/renderer/components/chat/InlinePills.tsx | 10 +++++----- src/renderer/styles.css | 9 ++------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index db8fa99..0e461b0 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({