remove default bg color from profile header

This commit is contained in:
Hailey
2024-10-29 13:38:03 -07:00
committed by Samuel Newman
parent 147efb628a
commit 5551549e13
+1 -1
View File
@@ -96,7 +96,7 @@ let ProfileHeaderShell = ({
)
return (
<View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}>
<View pointerEvents={isIOS ? 'auto' : 'box-none'}>
<View
pointerEvents={isIOS ? 'auto' : 'box-none'}
style={[a.relative, {height: 150}]}>