Skip to content

Commit

Permalink
Merge e342e0a into 576fe78
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamuh authored Nov 21, 2023
2 parents 576fe78 + e342e0a commit 644a17a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/web/src/components/dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ function BaseDialog(props: React.PropsWithChildren<DialogProps>) {
border: 0,
zIndex: 999,
backgroundColor: "var(--backdrop)"
},
overlay: {
opacity: 1
}
// overlay: {
// zIndex: 999,
// background: "var(--backdrop)"
// }
}}
>
<ScopedThemeProvider
Expand Down

0 comments on commit 644a17a

Please sign in to comment.