chore: fix alert dialogs [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-05 00:07:42 +05:30
parent 7205cf9bd6
commit 7c959e7305

View File

@@ -40,7 +40,7 @@ const AlertDialog = ({
/>
<div
className={classNames(
'w-[95vw] rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
'z-[1] w-[95vw] rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
!className?.includes('max-w-') && 'max-w-[600px]',
className,
)}