From ce68085e77e50faa58a1aa75a48571aef416c7e4 Mon Sep 17 00:00:00 2001 From: Jens Wallgren Date: Sun, 8 Dec 2024 14:14:40 +0100 Subject: [PATCH] Add dark mode support for the legacy Tool Result display --- client/src/components/ToolsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 55dff83..085f76a 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -100,7 +100,7 @@ const ToolsTab = ({ return ( <>

Tool Result (Legacy):

-
+          
             {JSON.stringify(toolResult.toolResult, null, 2)}