use body2 variant
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -73,7 +73,7 @@ const SearchPage = () => {
|
||||
{!isMobile && (
|
||||
<Grid item xs={3}>
|
||||
<SearchType.Accordion
|
||||
name="Result Type"
|
||||
name="Result type"
|
||||
defaultValue="software-catalog"
|
||||
showCounts
|
||||
types={[
|
||||
|
||||
@@ -143,7 +143,9 @@ export const SearchTypeAccordion = (props: SearchTypeAccordionProps) => {
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<Typography variant="overline">{name}</Typography>
|
||||
<Typography variant="body2" component="h3">
|
||||
{name}
|
||||
</Typography>
|
||||
<Accordion
|
||||
className={classes.accordion}
|
||||
expanded={expanded}
|
||||
|
||||
Reference in New Issue
Block a user