From 07809784db916618c9ca09418ff185af49f618db Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Thu, 4 Dec 2025 18:43:44 +1000 Subject: [PATCH] fix: use theme-aware colors for tool detail modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change modal background from bg-surface to bg-background for proper dark mode support - Use bg-surface for nested elements (env vars, code blocks) to create subtle contrast - Ensures modal respects the application's dark theme 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/playground/src/components/sidebar/ToolsSidebar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/playground/src/components/sidebar/ToolsSidebar.tsx b/apps/playground/src/components/sidebar/ToolsSidebar.tsx index 3d6ed5b..55541fc 100644 --- a/apps/playground/src/components/sidebar/ToolsSidebar.tsx +++ b/apps/playground/src/components/sidebar/ToolsSidebar.tsx @@ -116,7 +116,7 @@ export function ToolsSidebar(): React.ReactElement { tabIndex={0} aria-label="Close modal" > -
+
{/* Close button */}