File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const LinearGradientModernHeader: React.FC<ModernHeaderProps> = ({ children, out
44
44
const enableBlur = Platform . OS === "ios" && ! isExpoGo ( ) && parseInt ( Platform . Version ) >= 18 ;
45
45
46
46
return (
47
- < View style = { { marginTop : ( Platform . OS === "android" && outsideNav ) ? insets . top : undefined } } >
47
+ < >
48
48
{ enableBlur ? (
49
49
< CustomFilterView
50
50
style = { [
@@ -139,7 +139,7 @@ const LinearGradientModernHeader: React.FC<ModernHeaderProps> = ({ children, out
139
139
} }
140
140
/>
141
141
}
142
- </ View >
142
+ </ >
143
143
) ;
144
144
} ;
145
145
@@ -159,7 +159,7 @@ const NativeModernHeader: React.FC<ModernHeaderProps> = ({ children, outsideNav
159
159
justifyContent : "space-between" ,
160
160
alignItems : "center" ,
161
161
gap : 8 ,
162
- backgroundColor : tint ?? theme . colors . card + "10" ,
162
+ backgroundColor : tint ? tint : theme . colors . card + "10" ,
163
163
borderBottomColor : theme . colors . border ,
164
164
borderBottomWidth : 0.5 ,
165
165
} ] }
You can’t perform that action at this time.
0 commit comments