Skip to content

Commit fb87462

Browse files
committed
Fix: Meshery-Cloud Filter Drawer Title
Signed-off-by: vr-varad <[email protected]>
1 parent ef62aa8 commit fb87462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/CatalogFilterSection/CatalogFilterSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
127127
<Box sx={{ overflowY: 'hidden', height: '90vh' }}>
128128
<FiltersDrawerHeader>
129129
<Typography
130-
variant="h6"
130+
variant="h4"
131131
sx={{ color: theme.palette.text.constant?.white }}
132132
component="div"
133133
>

0 commit comments

Comments
 (0)