Blur backdrop

This commit is contained in:
Gregory Schier
2023-04-11 16:12:26 -07:00
parent 66813d67fe
commit 67f32b6734
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export function Dialog({
className,
'relative bg-gray-50 pointer-events-auto',
'max-h-[80vh] p-5 rounded-lg overflow-auto',
'dark:border border-gray-200 shadow-md shadow-black/10',
'dark:border border-highlight shadow shadow-black/10',
size === 'sm' && 'w-[25rem]',
size === 'md' && 'w-[45rem]',
size === 'full' && 'w-[80vw]',