File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/custom/CatalogFilterSection Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
127
127
< Box sx = { { overflowY : 'hidden' , height : '90vh' } } >
128
128
< FiltersDrawerHeader >
129
129
< Typography
130
- variant = "h4 "
130
+ variant = "h6 "
131
131
sx = { { color : theme . palette . text . constant ?. white } }
132
132
component = "div"
133
133
>
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ const FilterSection: React.FC<FilterSectionProps> = ({
62
62
backgroundColor : styleProps . sectionTitleBackgroundColor
63
63
} }
64
64
>
65
- < Typography variant = "h6" fontWeight = "bold" fontFamily = { styleProps . fontFamily } >
65
+ < Typography
66
+ sx = { {
67
+ fontSize : '1rem'
68
+ } }
69
+ fontWeight = "bold"
70
+ fontFamily = { styleProps . fontFamily }
71
+ >
66
72
{ ( sectionDisplayName || filterKey ) . toUpperCase ( ) }
67
73
</ Typography >
68
74
{ openSections [ filterKey ] ? < ExpandLessIcon /> : < ExpandMoreIcon /> }
You can’t perform that action at this time.
0 commit comments