From 030cb1f1afed9e5592c43b7d9a8546bcf3124937 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 22:43:38 +0000 Subject: [PATCH] completionId: cgen-a61e1e0828f3468da892ecaed565d9b6 cgen-a61e1e0828f3468da892ecaed565d9b6 --- client/contexts/DocsThemeContext.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/contexts/DocsThemeContext.tsx b/client/contexts/DocsThemeContext.tsx index 631cb45a..88bd8b2e 100644 --- a/client/contexts/DocsThemeContext.tsx +++ b/client/contexts/DocsThemeContext.tsx @@ -27,13 +27,13 @@ const professionalTheme: ThemeColors = { background: "bg-white", foreground: "text-gray-900", sidebar: "bg-gradient-to-b from-gray-50 to-white", - sidebarText: "text-gray-700", + sidebarText: "text-gray-800", sidebarHover: "hover:bg-gray-200", sidebarActive: "text-black", sidebarActiveBg: "bg-blue-100", accent: "text-blue-600", accentHover: "hover:text-blue-700", - border: "border-gray-200", + border: "border-gray-300", cardBg: "bg-gray-50", cardBorder: "border-gray-300", buttonBg: "bg-black", @@ -41,7 +41,7 @@ const professionalTheme: ThemeColors = { inputBg: "bg-white border border-gray-300", inputBorder: "border-gray-300", headingColor: "text-gray-900", - textMuted: "text-gray-600", + textMuted: "text-gray-700", }; const brandTheme: ThemeColors = {