removed top border from submit card

This commit is contained in:
pashpashpash 2025-02-17 16:36:18 -08:00
parent 2d05dfd986
commit 31443f2a86
2 changed files with 1 additions and 1 deletions

View file

@ -295,6 +295,7 @@ const McpMarketplaceView = () => {
height: "100%",
padding: "20px",
color: "var(--vscode-descriptionForeground)",
borderBottom: "1px solid var(--vscode-list-inactiveSelectionBackground)",
}}>
{searchQuery || selectedCategory
? "No matching MCP servers found"

View file

@ -10,7 +10,6 @@ const McpSubmitCard = () => {
alignItems: "center",
gap: "24px",
padding: "32px 20px",
borderTop: "1px solid var(--vscode-list-inactiveSelectionBackground)",
marginTop: "16px",
}}>
{/* Logo */}