LocationSharingView: Fix background color issue with safe area.

This commit is contained in:
SBiOSoftWhare
2022-07-05 16:16:53 +02:00
parent 48bdaddd99
commit d22f7e553d
@@ -40,6 +40,7 @@ struct LocationSharingView: View {
.clipShape(RoundedCornerShape(radius: 8, corners: [.topLeft, .topRight]))
}
}
.background(theme.colors.background.ignoresSafeArea())
.toolbar {
ToolbarItem(placement: .navigationBarLeading) {
Button(VectorL10n.cancel, action: {