From 474ed92fab5c81e3611be431bbd687e5c67c7af3 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 29 Jun 2022 16:02:46 +0530 Subject: [PATCH] update collection title dimension --- src/components/Collections/styledComponents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Collections/styledComponents.ts b/src/components/Collections/styledComponents.ts index b63db6819..6d631849e 100644 --- a/src/components/Collections/styledComponents.ts +++ b/src/components/Collections/styledComponents.ts @@ -59,7 +59,7 @@ export const Hider = styled('div')<{ hide: boolean }>` `; export const CollectionBarTile = styled(CollectionTile)` - width: 80px; + width: 90px; height: 64px; `;