From 952e919a25d0ab6af7c33533fe32c839e7463a88 Mon Sep 17 00:00:00 2001 From: cpacker Date: Mon, 9 Feb 2026 15:25:25 -0800 Subject: [PATCH] fix: keep footer model label dim with BYOK indicator color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore dim styling for the model bracket text in the input footer and keep provider accent applied only to the BYOK triangle so the footer matches prior visual hierarchy. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta --- src/cli/components/InputRich.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cli/components/InputRich.tsx b/src/cli/components/InputRich.tsx index f4a7602..7fef7da 100644 --- a/src/cli/components/InputRich.tsx +++ b/src/cli/components/InputRich.tsx @@ -186,17 +186,17 @@ const InputFooter = memo(function InputFooter({ ) : ( {displayAgentName} - {" ["} - {displayModel} + {" ["} + {displayModel} {isByokProvider ? ( <> - + ▲ ) : null} - {"]"} + {"]"} )}