Fix an inconsistency in the App Lock screen's background colour. (#2035)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user