update SearchResultInfo title styles

This commit is contained in:
Abhinav 2022-06-11 16:03:57 +05:30
parent ba87a82504
commit 2d8ece0dd4

View file

@ -17,13 +17,7 @@ export default function SearchResultInfo({ searchResult }: Iprops) {
return (
<CollectionSectionWrapper>
<Typography
css={`
font-size: 24px;
font-weight: 600;
line-height: 36px;
opacity: 50%;
`}>
<Typography variant="subtitle" color="text.secondary">
{constants.SEARCH_RESULTS}
</Typography>
<CollectionInfo name={name} fileCount={fileCount} />