use body2 variant

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-11-05 17:37:20 +00:00
parent a4ccc82f97
commit e3274524a6
2 changed files with 4 additions and 2 deletions
@@ -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}