From f31e93797748356f69328b79639adac0ece10ce2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 09:25:34 +0000 Subject: [PATCH] completionId: cgen-4fc9c6a21efc4acfaa68d09d77de3623 cgen-4fc9c6a21efc4acfaa68d09d77de3623 --- client/contexts/DocsThemeContext.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/contexts/DocsThemeContext.tsx b/client/contexts/DocsThemeContext.tsx index f56a2762..02f8546c 100644 --- a/client/contexts/DocsThemeContext.tsx +++ b/client/contexts/DocsThemeContext.tsx @@ -27,12 +27,12 @@ const professionalTheme: ThemeColors = { background: "bg-white", foreground: "text-black", sidebar: "bg-gradient-to-b from-slate-100 to-slate-50", - sidebarText: "text-slate-700", + sidebarText: "text-black", sidebarHover: "hover:bg-slate-200/60", - sidebarActive: "text-blue-600", - sidebarActiveBg: "bg-blue-50", + sidebarActive: "text-black", + sidebarActiveBg: "bg-slate-300/60", accent: "text-black", - accentHover: "hover:text-gray-700", + accentHover: "hover:text-gray-800", border: "border-gray-300", cardBg: "bg-gray-50", cardBorder: "border-gray-300", @@ -41,7 +41,7 @@ const professionalTheme: ThemeColors = { inputBg: "bg-white border border-gray-300", inputBorder: "border-gray-300", headingColor: "text-black", - textMuted: "text-gray-600", + textMuted: "text-black", }; const brandTheme: ThemeColors = {