From 49e02e438c69e83f55d935a5ff59814cf1cb77a0 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sat, 24 Jan 2026 16:52:47 -0800 Subject: [PATCH] fix: update login screen styling to match other menus (#666) Co-authored-by: Letta --- src/auth/setup-ui.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/auth/setup-ui.tsx b/src/auth/setup-ui.tsx index cba7d30..bebcf09 100644 --- a/src/auth/setup-ui.tsx +++ b/src/auth/setup-ui.tsx @@ -141,7 +141,7 @@ export function SetupUI({ onComplete }: SetupUIProps) { - Login to the Letta Developer Platform + Login to Letta Platform Opening browser for authorization... @@ -168,14 +168,21 @@ export function SetupUI({ onComplete }: SetupUIProps) { Let's get you authenticated: - - {selectedOption === 0 ? "→" : " "} Login to the Letta Developer - Platform + + {selectedOption === 0 ? "> " : " "}Login to Letta Platform - - {selectedOption === 1 ? "→" : " "} Exit + + {selectedOption === 1 ? "> " : " "}Exit