1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00

LoginView: prevent explainer-text cutoff on login with npub

Changelog-Fixed: Fix text cutoff on login with npub
Closes: #1264
This commit is contained in:
gladiusKatana 2023-06-08 13:54:08 -04:00 committed by William Casarin
parent 0ee360f2fa
commit 60a892d73b

View File

@ -83,6 +83,7 @@ struct LoginView: View {
Text("This is a public key, you will not be able to make posts or interact in any way. This is used for viewing accounts from their perspective.", comment: "Warning that the inputted account key is a public key and the result of what happens because of it.")
.foregroundColor(Color.orange)
.bold()
.fixedSize(horizontal: false, vertical: true)
}
if let p = parsed {