diff --git a/damus/Views/LoginView.swift b/damus/Views/LoginView.swift index 43489c20..1e6b1f9e 100644 --- a/damus/Views/LoginView.swift +++ b/damus/Views/LoginView.swift @@ -81,8 +81,8 @@ struct LoginView: View { if parsed?.is_pub ?? false { 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(.white) - .padding() + .foregroundColor(Color.orange) + .bold() } if let p = parsed {