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} {...sheetOptions}
ref={sheet} ref={sheet}
index={-1} index={-1}
backgroundStyle={{backgroundColor: t.atoms.bg.backgroundColor}} backgroundStyle={{backgroundColor: 'transparent'}}
backdropComponent={props => ( backdropComponent={props => (
<BottomSheetBackdrop <BottomSheetBackdrop
opacity={0.4}
appearsOnIndex={0} appearsOnIndex={0}
disappearsOnIndex={-1} disappearsOnIndex={-1}
{...props} {...props}
+1 -2
View File
@@ -90,8 +90,7 @@ export function Outer({
style={[ style={[
web(a.fixed), web(a.fixed),
a.inset_0, a.inset_0,
t.atoms.bg, {opacity: 0.5, backgroundColor: t.palette.black},
{opacity: 0.8},
]} ]}
/> />
)} )}