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 ( return (
<CollectionSectionWrapper> <CollectionSectionWrapper>
<Typography <Typography variant="subtitle" color="text.secondary">
css={`
font-size: 24px;
font-weight: 600;
line-height: 36px;
opacity: 50%;
`}>
{constants.SEARCH_RESULTS} {constants.SEARCH_RESULTS}
</Typography> </Typography>
<CollectionInfo name={name} fileCount={fileCount} /> <CollectionInfo name={name} fileCount={fileCount} />