Skip to content

Commit ff56bab

Browse files
committed
Fix subtitle style
Signed-off-by: David Gageot <[email protected]>
1 parent f260f98 commit ff56bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/CatalogGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
8484
sx={CATALOG_LAYOUT_SX}
8585
>
8686
<Typography variant="h3">Docker MCP Toolkit</Typography>
87-
<Typography variant="caption">
87+
<Typography sx={{ color: 'text.secondary' }}>
8888
Browse the Docker MCP Catalog and connect Dockerized MCP servers to your favorite MCP Client
8989
</Typography>
9090
</Stack>

0 commit comments

Comments
 (0)