fix photo count color

This commit is contained in:
Abhinav 2022-06-22 10:08:32 +05:30
parent febfbefaae
commit 9814bb2d92

View file

@ -5,7 +5,7 @@ export function CollectionInfo({ name, fileCount }) {
return ( return (
<div> <div>
<Typography variant="subtitle">{name}</Typography> <Typography variant="subtitle">{name}</Typography>
<Typography variant="body2"> <Typography variant="body2" color="text.secondary">
{constants.PHOTO_COUNT(fileCount)} {constants.PHOTO_COUNT(fileCount)}
</Typography> </Typography>
</div> </div>