add explicit frame to qr code
This commit is contained in:
parent
8780131b3e
commit
95c7d31e47
@ -263,6 +263,7 @@ 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