Styles
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -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},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user