android: change font (#426)

This commit is contained in:
JRoberts
2022-03-30 23:35:36 +04:00
committed by GitHub
parent b6c578ca77
commit 4c6800f1ff
15 changed files with 88 additions and 65 deletions

View File

@@ -17,7 +17,7 @@ struct ConnectContactView: View {
Text("Scan QR code")
.font(.title)
.padding(.bottom)
Text("Your chat profile will be sent to your contact.")
Text("Your chat profile will be sent to your contact")
.font(.title2)
.multilineTextAlignment(.center)
.padding()