We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d47c7d commit dacf9f4Copy full SHA for dacf9f4
src/ui/components/modal/ModalBase.tsx
@@ -22,7 +22,6 @@ export const ModalBase = ({ isOpen, setIsOpen, title, children }: ModalProps) =>
22
<Dialog as="div" className="fixed inset-0 z-99 overflow-y-auto " onClose={closeModal}>
23
<div className="min-h-screen px-4 text-center">
24
<Transition.Child
25
- as={Fragment}
26
enter="ease-out duration-300"
27
enterFrom="opacity-0"
28
enterTo="opacity-100"
0 commit comments