From cbf3ce7559d20d48b6d02b51775f20984aa612e2 Mon Sep 17 00:00:00 2001 From: Dustin Healy Date: Mon, 28 Jul 2025 22:59:37 -0700 Subject: [PATCH] style: fix coloring for light mode and align more with existing design patterns --- client/src/components/MCP/ServerInitializationSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/MCP/ServerInitializationSection.tsx b/client/src/components/MCP/ServerInitializationSection.tsx index 175d5d1906..55db1c32b0 100644 --- a/client/src/components/MCP/ServerInitializationSection.tsx +++ b/client/src/components/MCP/ServerInitializationSection.tsx @@ -63,10 +63,10 @@ export default function ServerInitializationSection({ } return ( -
+
- + {requiresOAuth ? localize('com_ui_mcp_not_authenticated', { 0: serverName }) : localize('com_ui_mcp_not_initialized', { 0: serverName })} @@ -77,7 +77,7 @@ export default function ServerInitializationSection({