parent
9485d177b0
commit
dc97556c98
@ -263,7 +263,6 @@ private struct InviteView: View {
|
|||||||
private func qrCodeView() -> some View {
|
private func qrCodeView() -> some View {
|
||||||
Section("Or show this code") {
|
Section("Or show this code") {
|
||||||
SimpleXLinkQRCode(uri: connReqInvitation, onShare: setInvitationUsed)
|
SimpleXLinkQRCode(uri: connReqInvitation, onShare: setInvitationUsed)
|
||||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
|
||||||
.padding()
|
.padding()
|
||||||
.background(
|
.background(
|
||||||
RoundedRectangle(cornerRadius: 12, style: .continuous)
|
RoundedRectangle(cornerRadius: 12, style: .continuous)
|
||||||
|
Loading…
Reference in New Issue
Block a user