This commit is contained in:
Eric Bailey
2024-01-15 16:28:11 -06:00
parent 4285808785
commit 48abb5ac37
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -62,9 +62,10 @@ export function Outer({
{...sheetOptions}
ref={sheet}
index={-1}
backgroundStyle={{backgroundColor: t.atoms.bg.backgroundColor}}
backgroundStyle={{backgroundColor: 'transparent'}}
backdropComponent={props => (
<BottomSheetBackdrop
opacity={0.4}
appearsOnIndex={0}
disappearsOnIndex={-1}
{...props}
+1 -2
View File
@@ -90,8 +90,7 @@ export function Outer({
style={[
web(a.fixed),
a.inset_0,
t.atoms.bg,
{opacity: 0.8},
{opacity: 0.5, backgroundColor: t.palette.black},
]}
/>
)}