Revert "add explicit frame to qr code"

This reverts commit 95c7d31e47.
This commit is contained in:
spaced4ndy 2023-12-13 16:23:19 +04:00
parent 9485d177b0
commit dc97556c98

View File

@ -263,7 +263,6 @@ private struct InviteView: View {
private func qrCodeView() -> some View {
Section("Or show this code") {
SimpleXLinkQRCode(uri: connReqInvitation, onShare: setInvitationUsed)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding()
.background(
RoundedRectangle(cornerRadius: 12, style: .continuous)