damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 60a892d73ba3ee7527d747489b70d7a7de5756ed
parent 0ee360f2fad34296d3e6aefe3829a10960391aa2
Author: gladiusKatana <garthsnyder@protonmail.com>
Date:   Thu,  8 Jun 2023 13:54:08 -0400

LoginView: prevent explainer-text cutoff on login with npub

Changelog-Fixed: Fix text cutoff on login with npub
Closes: #1264

Diffstat:
Mdamus/Views/LoginView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/LoginView.swift b/damus/Views/LoginView.swift @@ -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 {