mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-06-28 06:45:50 +00:00
revert headerBlurEffect modification
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user