mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
removed top border from submit card
This commit is contained in:
parent
2d05dfd986
commit
31443f2a86
2 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ const McpSubmitCard = () => {
|
|||
alignItems: "center",
|
||||
gap: "24px",
|
||||
padding: "32px 20px",
|
||||
borderTop: "1px solid var(--vscode-list-inactiveSelectionBackground)",
|
||||
marginTop: "16px",
|
||||
}}>
|
||||
{/* Logo */}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue