forked from vergnet/application-amicale
Made collapsible header opaque
This commit is contained in:
parent
c4337b13cb
commit
43a3d64deb
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ function HomeStackComponent(initialRoute: string | null, defaultData: { [key: st
|
|||
initialParams={params}
|
||||
/>,
|
||||
{
|
||||
collapsedColor: 'transparent',
|
||||
collapsedColor: colors.surface,
|
||||
useNativeDriver: true,
|
||||
}
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue