Skip to content

Commit

Permalink
🎨 :: [#54] Add Wrong Link Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Nov 12, 2024
1 parent d40d09e commit 3f4fe2f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Projects/App/Sources/Extension/EXPOQRCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ struct QrCodeMakeView: View {
Image(uiImage: qrImage)
.interpolation(.none)
.resizable()
.frame(width: 200, height: 200)
.padding()
.frame(width: 150, height: 150)
} else {
Text("QR μ½”λ“œκ°€ μ—†μŠ΅λ‹ˆλ‹€.")
.foregroundColor(.red)
.padding()
ExpoIOSAsset.Assets.warningImage.swiftUIImage
.resizable()
.frame(width: 150, height: 140)
}
}
}
Expand Down

0 comments on commit 3f4fe2f

Please sign in to comment.