From 85b96b1ef64c479ddc4cf1712faf44f9dd6222b6 Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Tue, 9 Feb 2021 11:03:45 +0530 Subject: [PATCH] corrected DATE_CONTAINER_HEIGHT --- src/pages/gallery/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index aa92d1c95..dd5f8e874 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -30,7 +30,7 @@ import { } from 'services/collectionService'; import constants from 'utils/strings/constants'; -const DATE_CONTAINER_HEIGHT = 30; +const DATE_CONTAINER_HEIGHT = 45; const IMAGE_CONTAINER_HEIGHT = 200; const NO_OF_PAGES = 2;