fix: dialog overlay background color (#76)

This commit is contained in:
Ahmed Mayara 2023-09-23 14:46:30 +01:00 committed by GitHub
parent 3e9d8063cc
commit 45eeb25149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ const emitsAsProps = useEmitAsProps(emits)
<template>
<DialogPortal>
<DialogOverlay
class="fixed inset-0 z-50 bg-white/80 dark:bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"
class="fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"
/>
<DialogContent
:class="