chore: fix style issues [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-07 00:53:53 +05:30
parent e61e1ff86d
commit a295b4f2f7
8 changed files with 16 additions and 21 deletions

View File

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