From 4797c9b30c5c6e8849fb4b85e03fd348416d6b93 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:40:10 +0100 Subject: [PATCH] fix: use plain CSS class for pill font size instead of Tailwind token The @theme --text-pill token and text-[8px] arbitrary value both failed to apply at dev time due to @tailwindcss/vite not generating the utility rule during HMR. Use a plain .pill-trigger CSS class in styles.css instead, which is always available regardless of Tailwind's JIT scanner behavior. 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, 12 insertions(+), 7 deletions(-) diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index 0e461b0..db8fa99 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({