Fix colors

This commit is contained in:
Saoud Rizwan 2025-02-15 15:28:21 -08:00
parent faae5f22a3
commit 141a302521

View file

@ -221,7 +221,7 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
top: 0,
bottom: 0,
width: "32px",
background: "linear-gradient(to right, transparent, var(--vscode-editor-background))",
background: "linear-gradient(to right, transparent, var(--vscode-sideBar-background))",
pointerEvents: "none",
}}
/>