Updates
This commit is contained in:
@@ -22,7 +22,7 @@ export default function ModalComponent({ open, setOpen, ...props }: Props) {
|
||||
<div
|
||||
className={twMerge(
|
||||
"fixed z-[200] top-0 left-0 w-screen h-screen",
|
||||
"flex flex-col items-center justify-center",
|
||||
"flex flex-col items-center justify-center p-4",
|
||||
"twui-modal-root"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user