From 689b853a8a82b73fbb603334ca2701cd65ba868d Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:28:43 +0100 Subject: [PATCH] style: set pill font to 8px and add breathing room around icons Reduce font to text-[8px], restore icons to size-2.5 for legibility, and bump padding to px-1.5 py-0.5 so icons aren't flush with the pill border. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/renderer/components/chat/InlinePills.tsx | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index 2f73e70..22d031c 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({ {open && !disabled && ( @@ -154,8 +154,8 @@ export function InlineThinkingPill({ if (supportedEfforts && supportedEfforts.length === 0) { return ( - - + + N/A ); @@ -168,7 +168,7 @@ export function InlineThinkingPill({ {open && !disabled && ( @@ -230,7 +230,7 @@ export function InlineToolsPill({ {open && !disabled && ( @@ -340,7 +340,7 @@ export function InlineApprovalPill({ {open && !disabled && (