diff --git a/src/components/molecules/Modal/ModalWrapper.tsx b/src/components/molecules/Modal/ModalWrapper.tsx index 2b69dd93..5dab4e14 100644 --- a/src/components/molecules/Modal/ModalWrapper.tsx +++ b/src/components/molecules/Modal/ModalWrapper.tsx @@ -22,8 +22,8 @@ const ModalWrapper = ({ children, setModal, isShown, smallHeight = false, taking } ${smallHeight ? 'h-[99%]' : 'h-screen'} top-0 flex justify-center items-center z-50`} >
setModal(false)} className="bg-black opacity-70 w-full h-screen fixed -z-10">
-
-
+
+