chore: lint

This commit is contained in:
Aman Harwara
2023-07-12 23:59:58 +05:30
parent 139e8789a4
commit 3f796b48eb
104 changed files with 169 additions and 169 deletions

View File

@@ -17,7 +17,7 @@ const AlertDialog = ({
<Dialog
store={dialog}
role="alertdialog"
className="fixed top-0 left-0 z-modal h-full w-full"
className="fixed left-0 top-0 z-modal h-full w-full"
modal={false}
portal={true}
preventBodyScroll={true}
@@ -29,7 +29,7 @@ const AlertDialog = ({
/>
<div
className={classNames(
'absolute top-1/2 left-1/2 z-[1] w-[95vw] -translate-x-1/2 -translate-y-1/2 rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
'absolute left-1/2 top-1/2 z-[1] w-[95vw] -translate-x-1/2 -translate-y-1/2 rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
!className?.includes('max-w-') && 'max-w-[600px]',
className,
)}