From d6596efc1147ffb30642ac87740f5d73436ab835 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:33:28 +0100 Subject: [PATCH] fix: register pill font size as Tailwind v4 theme token The arbitrary text-[8px] class was not being generated by the Tailwind v4 Vite plugin at dev time. Register --text-pill in @theme so text-pill becomes a first-class utility that is always generated. Uses 0.5rem (8px) with line-height 1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/renderer/components/chat/InlinePills.tsx | 10 +++++----- src/renderer/styles.css | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index db2bfa2..0e461b0 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({