File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const ListPane = <T extends object>({
22
22
isButtonDisabled,
23
23
} : ListPaneProps < T > ) => (
24
24
< div className = "bg-card rounded-lg shadow" >
25
- < div className = "p-4 border-b border-gray-200 dark:border-gray-700 " >
25
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-800 " >
26
26
< h3 className = "font-semibold dark:text-white" > { title } </ h3 >
27
27
</ div >
28
28
< div className = "p-4" >
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const PromptsTab = ({
108
108
/>
109
109
110
110
< div className = "bg-card rounded-lg shadow" >
111
- < div className = "p-4 border-b border-gray-200" >
111
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-800 " >
112
112
< h3 className = "font-semibold" >
113
113
{ selectedPrompt ? selectedPrompt . name : "Select a prompt" }
114
114
</ h3 >
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ const ResourcesTab = ({
162
162
/>
163
163
164
164
< div className = "bg-card rounded-lg shadow" >
165
- < div className = "p-4 border-b border-gray-200 flex justify-between items-center" >
165
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-800 flex justify-between items-center" >
166
166
< h3
167
167
className = "font-semibold truncate"
168
168
title = { selectedResource ?. name || selectedTemplate ?. name }
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ const Sidebar = ({
92
92
93
93
return (
94
94
< div className = "w-80 bg-card border-r border-border flex flex-col h-full" >
95
- < div className = "flex items-center justify-between p-4 border-b border-gray-200" >
95
+ < div className = "flex items-center justify-between p-4 border-b border-gray-200 dark:border-gray-800 " >
96
96
< div className = "flex items-center" >
97
97
< h1 className = "ml-2 text-lg font-semibold" >
98
98
MCP Inspector v{ version }
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const ToolsTab = ({
140
140
/>
141
141
142
142
< div className = "bg-card rounded-lg shadow" >
143
- < div className = "p-4 border-b border-gray-200" >
143
+ < div className = "p-4 border-b border-gray-200 dark:border-gray-800 " >
144
144
< h3 className = "font-semibold" >
145
145
{ selectedTool ? selectedTool . name : "Select a tool" }
146
146
</ h3 >
You can’t perform that action at this time.
0 commit comments