From 47a87e1884a3a4cf5b22960fd819e60ba3983c6b Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Sun, 24 Nov 2024 14:26:39 -0800 Subject: [PATCH] more dark mode fixes --- client/src/components/ToolsTab.tsx | 2 +- client/src/components/ui/tabs.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 5aede27..25d4f15 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -51,7 +51,7 @@ const ToolsTab = ({ {structuredResult.content.map((item, index) => (
{item.type === "text" && ( -
+                
                   {item.text}
                 
)} diff --git a/client/src/components/ui/tabs.tsx b/client/src/components/ui/tabs.tsx index 9aa22a0..d1b685f 100644 --- a/client/src/components/ui/tabs.tsx +++ b/client/src/components/ui/tabs.tsx @@ -27,7 +27,7 @@ const TabsTrigger = React.forwardRef<