Skip to content

Commit 45eeb25

Browse files
authored
fix: dialog overlay background color (#76)
1 parent 3e9d806 commit 45eeb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const emitsAsProps = useEmitAsProps(emits)
1919
<template>
2020
<DialogPortal>
2121
<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"
22+
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"
2323
/>
2424
<DialogContent
2525
:class="

0 commit comments

Comments
 (0)