We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f260f98 commit ff56babCopy full SHA for ff56bab
src/extension/ui/src/components/CatalogGrid.tsx
@@ -84,7 +84,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
84
sx={CATALOG_LAYOUT_SX}
85
>
86
<Typography variant="h3">Docker MCP Toolkit</Typography>
87
- <Typography variant="caption">
+ <Typography sx={{ color: 'text.secondary' }}>
88
Browse the Docker MCP Catalog and connect Dockerized MCP servers to your favorite MCP Client
89
</Typography>
90
</Stack>
0 commit comments