We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aafa3c commit 6b9fd07Copy full SHA for 6b9fd07
QRCode-Generator/Views/QRCodeView.swift
@@ -58,8 +58,8 @@ struct QRCodeView: View {
58
}
59
60
Link(viewModel.lastValidURL ?? "", destination: URL(string: viewModel.lastValidURL ?? "")!)
61
- .font(.caption)
62
- .foregroundColor(.blue)
+ .underline()
+ .font(.caption2)
63
.padding(8)
64
.overlay(
65
RoundedRectangle(cornerRadius: 16)
0 commit comments