fix darkmode color and padding for the tab item

This commit is contained in:
Nathan Arseneau
2025-04-05 11:47:44 -04:00
parent 3032a67d4e
commit 8d20044b33
4 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ const PromptsTab = ({
/>
<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-700">
<h3 className="font-semibold">
{selectedPrompt ? selectedPrompt.name : "Select a prompt"}
</h3>