We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9d806 commit 45eeb25Copy full SHA for 45eeb25
apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue
@@ -19,7 +19,7 @@ const emitsAsProps = useEmitAsProps(emits)
19
<template>
20
<DialogPortal>
21
<DialogOverlay
22
- 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"
23
/>
24
<DialogContent
25
:class="
0 commit comments