File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const PromptsTab = ({
105
105
/>
106
106
107
107
< div className = "bg-card rounded-lg shadow" >
108
- < div className = "p-4 border-b border-gray-200" >
108
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-700 " >
109
109
< h3 className = "font-semibold" >
110
110
{ selectedPrompt ? selectedPrompt . name : "Select a prompt" }
111
111
</ h3 >
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const ResourcesTab = ({
161
161
/>
162
162
163
163
< div className = "bg-card rounded-lg shadow" >
164
- < div className = "p-4 border-b border-gray-200 flex justify-between items-center" >
164
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-700 flex justify-between items-center" >
165
165
< h3
166
166
className = "font-semibold truncate"
167
167
title = { selectedResource ?. name || selectedTemplate ?. name }
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ const ToolsTab = ({
129
129
/>
130
130
131
131
< div className = "bg-card rounded-lg shadow" >
132
- < div className = "p-4 border-b border-gray-200" >
132
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-700 " >
133
133
< h3 className = "font-semibold" >
134
134
{ selectedTool ? selectedTool . name : "Select a tool" }
135
135
</ h3 >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const TabsContent = React.forwardRef<
42
42
< TabsPrimitive . Content
43
43
ref = { ref }
44
44
className = { cn (
45
- "mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" ,
45
+ "ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" ,
46
46
className ,
47
47
) }
48
48
{ ...props }
You can’t perform that action at this time.
0 commit comments