mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Fix an inconsistency in the App Lock screen's background colour. (#2035)
This commit is contained in:
parent
30e8753663
commit
6adedaf267
@ -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)
|
||||
}
|
||||
|
||||
|
1
changelog.d/2029.bugfix
Normal file
1
changelog.d/2029.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix an inconsistency in the App Lock screen's background colour.
|
Loading…
x
Reference in New Issue
Block a user