We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcec8b commit fc8ffc5Copy full SHA for fc8ffc5
src/components/headers/Header.tsx
@@ -44,7 +44,7 @@ const Header: React.FC<HeaderProps> = ({
44
<View>
45
{SurfaceComponent && SurfaceComponent({ showNavBar })}
46
47
- <View style={[styles.container, headerStyle, !ignoreTopSafeArea && { paddingTop: top }]}>
+ <View style={[styles.container, !ignoreTopSafeArea && { paddingTop: top }, headerStyle]}>
48
{headerLeftFadesIn ? (
49
<FadingView
50
opacity={showNavBar}
0 commit comments