From 48abb5ac3728a8fb0e897aebe16ad2d9516054e0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 15 Jan 2024 16:28:11 -0600 Subject: [PATCH] Styles --- src/components/Dialog/index.tsx | 3 ++- src/components/Dialog/index.web.tsx | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 => ( )}