Marginally better dark mode support

This commit is contained in:
Justin Spahr-Summers
2024-11-12 12:34:10 +00:00
parent 584c1076a4
commit 3e46011614
8 changed files with 17 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ const ToolsTab = ({
isButtonDisabled={!nextCursor && tools.length > 0}
/>
<div className="bg-white rounded-lg shadow">
<div className="bg-card rounded-lg shadow">
<div className="p-4 border-b border-gray-200">
<h3 className="font-semibold">
{selectedTool ? selectedTool.name : "Select a tool"}