update collection title dimension

This commit is contained in:
Abhinav 2022-06-29 16:02:46 +05:30
parent 02c6775fa1
commit 474ed92fab

View file

@ -59,7 +59,7 @@ export const Hider = styled('div')<{ hide: boolean }>`
`;
export const CollectionBarTile = styled(CollectionTile)`
width: 80px;
width: 90px;
height: 64px;
`;