Merge branch 'main' into max/default-tool-json

This commit is contained in:
Cliff Hall
2025-04-14 16:15:27 -04:00
committed by GitHub
9 changed files with 16 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ const ToolsTab = ({
/>
<div className="bg-card rounded-lg shadow">
<div className="p-4 border-b border-gray-200">
<div className="p-4 border-b border-gray-200 dark:border-gray-800">
<h3 className="font-semibold">
{selectedTool ? selectedTool.name : "Select a tool"}
</h3>