diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 268d804331..95f6437e77 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -62,9 +62,10 @@ export function Outer({ {...sheetOptions} ref={sheet} index={-1} - backgroundStyle={{backgroundColor: t.atoms.bg.backgroundColor}} + backgroundStyle={{backgroundColor: 'transparent'}} backdropComponent={props => ( )}