From 3fcaa1eef8bcb26860165ef87806adf75e91a0b4 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 08:26:54 +0000 Subject: [PATCH] fix: replace remaining hardcoded zinc color classes with theme variables in App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 287410a..a64beab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -124,7 +124,7 @@ export default function App() { // Still checking stored credentials if (authenticated === null) { return ( -
+
Connecting…
); @@ -137,7 +137,7 @@ export default function App() { return ( -
+
setSidebarOpen(!sidebarOpen)} activeSessionData={sessions.find(s => s.key === activeSession)} onLogout={logout} soundEnabled={soundEnabled} onToggleSound={toggleSound} messages={messages} agentAvatarUrl={agentIdentity?.avatar} /> -
Loading…
}> +
Loading…
}>
@@ -181,7 +181,7 @@ export default function App() { -
Loading…
}> +
Loading…
}>