revert headerBlurEffect modification

This commit is contained in:
daniel31x13
2026-03-25 16:03:00 -04:00
parent 5bc293cd94
commit 0045928ab4
5 changed files with 11 additions and 25 deletions

View File

@@ -32,11 +32,9 @@ export default function Layout() {
headerIconColor: colorScheme === "dark" ? "white" : "black",
},
headerShadowVisible: false,
headerBlurEffect: isIOS26Plus
? "none"
: colorScheme === "dark"
? "systemMaterialDark"
: "systemMaterial",
headerBlurEffect:
colorScheme === "dark" ? "systemMaterialDark" : "systemMaterial",
headerLargeStyle: {
backgroundColor: isIOS26Plus
? "transparent"

View File

@@ -19,11 +19,8 @@ export default function Layout() {
headerLargeTitle: true,
headerTransparent: Platform.OS === "ios",
headerShadowVisible: false,
headerBlurEffect: isIOS26Plus
? "none"
: colorScheme === "dark"
? "systemMaterialDark"
: "systemMaterial",
headerBlurEffect:
colorScheme === "dark" ? "systemMaterialDark" : "systemMaterial",
headerTintColor: colorScheme === "dark" ? "white" : "black",
headerLargeStyle: {
backgroundColor: isIOS26Plus

View File

@@ -32,11 +32,8 @@ export default function Layout() {
headerIconColor: colorScheme === "dark" ? "white" : "black",
},
headerShadowVisible: false,
headerBlurEffect: isIOS26Plus
? "none"
: colorScheme === "dark"
? "systemMaterialDark"
: "systemMaterial",
headerBlurEffect:
colorScheme === "dark" ? "systemMaterialDark" : "systemMaterial",
headerLargeStyle: {
backgroundColor: isIOS26Plus
? "transparent"

View File

@@ -19,11 +19,8 @@ export default function Layout() {
headerTintColor: colorScheme === "dark" ? "white" : "black",
headerShadowVisible: false,
headerBackTitle: "Back",
headerBlurEffect: isIOS26Plus
? "none"
: colorScheme === "dark"
? "systemMaterialDark"
: "systemMaterial",
headerBlurEffect:
colorScheme === "dark" ? "systemMaterialDark" : "systemMaterial",
headerLargeStyle: {
backgroundColor: isIOS26Plus
? "transparent"

View File

@@ -31,11 +31,8 @@ export default function Layout() {
headerIconColor: colorScheme === "dark" ? "white" : "black",
},
headerShadowVisible: false,
headerBlurEffect: isIOS26Plus
? "none"
: colorScheme === "dark"
? "systemMaterialDark"
: "systemMaterial",
headerBlurEffect:
colorScheme === "dark" ? "systemMaterialDark" : "systemMaterial",
headerLargeStyle: {
backgroundColor: isIOS26Plus
? "transparent"