From 82fa646a668c97f43406753b337597afbf906e9a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 22:01:56 +0530 Subject: [PATCH] feat: set height to 30% --- src/components/atoms/GenericModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/GenericModal.tsx b/src/components/atoms/GenericModal.tsx index 63aa6900..3ff0049e 100644 --- a/src/components/atoms/GenericModal.tsx +++ b/src/components/atoms/GenericModal.tsx @@ -37,7 +37,7 @@ const defaultModalStyle = { bgcolor: 'background.paper', boxShadow: 24, p: 4, - height: '60%', + height: '30%', display: 'block', overflow: 'scroll', padding: '5px 25px 10px 25px',