LiveLocationSharingViewer: Fix light theme issue.

This commit is contained in:
SBiOSoftWhare
2022-07-06 17:18:55 +02:00
parent a115d9455a
commit 3260b3a254
@@ -85,6 +85,7 @@ struct LiveLocationSharingViewer: View {
}
.padding()
}
.background(theme.colors.background.ignoresSafeArea())
}
}