From 63bc4749cf79175e5d19cc6655aa41666b79d0bb Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 18:23:09 +0530 Subject: [PATCH] fix: revert to width 500 --- 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 bca0f51a..56b3df43 100644 --- a/src/components/atoms/GenericModal.tsx +++ b/src/components/atoms/GenericModal.tsx @@ -33,7 +33,7 @@ const defaultModalStyle = { top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 300, + width: 500, bgcolor: 'background.paper', boxShadow: 24, p: 4,