diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift index 145380f993..c5cab8f0a5 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift @@ -56,7 +56,8 @@ struct AppLockScreen: View { } .font(.compound.bodyMDSemibold) } - .background(Color.compound.bgCanvasDefault.ignoresSafeArea()) + .background() + .environment(\.backgroundStyle, AnyShapeStyle(Color.compound.bgCanvasDefault)) .alert(item: $context.alertInfo) } diff --git a/changelog.d/2029.bugfix b/changelog.d/2029.bugfix new file mode 100644 index 0000000000..985e414199 --- /dev/null +++ b/changelog.d/2029.bugfix @@ -0,0 +1 @@ +Fix an inconsistency in the App Lock screen's background colour. \ No newline at end of file