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 (
<div>
<Typography variant="subtitle">{name}</Typography>
<Typography variant="body2">
<Typography variant="body2" color="text.secondary">
{constants.PHOTO_COUNT(fileCount)}
</Typography>
</div>