We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ba164 + ce68085 commit 2eae823Copy full SHA for 2eae823
client/src/components/ToolsTab.tsx
@@ -100,7 +100,7 @@ const ToolsTab = ({
100
return (
101
<>
102
<h4 className="font-semibold mb-2">Tool Result (Legacy):</h4>
103
- <pre className="bg-gray-50 p-4 rounded text-sm overflow-auto max-h-64">
+ <pre className="bg-gray-50 dark:bg-gray-800 dark:text-gray-100 p-4 rounded text-sm overflow-auto max-h-64">
104
{JSON.stringify(toolResult.toolResult, null, 2)}
105
</pre>
106
</>
0 commit comments