Skip to content

Commit 6b9fd07

Browse files
committed
refined the UI
1 parent 9aafa3c commit 6b9fd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QRCode-Generator/Views/QRCodeView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ struct QRCodeView: View {
5858
}
5959

6060
Link(viewModel.lastValidURL ?? "", destination: URL(string: viewModel.lastValidURL ?? "")!)
61-
.font(.caption)
62-
.foregroundColor(.blue)
61+
.underline()
62+
.font(.caption2)
6363
.padding(8)
6464
.overlay(
6565
RoundedRectangle(cornerRadius: 16)

0 commit comments

Comments
 (0)