1
0
mirror of git://jb55.com/damus synced 2024-10-06 11:43:21 +00:00

loginview: ui: add orange color and bold font to pubkey message

This commit is contained in:
ericholguin 2023-05-26 19:23:22 -06:00 committed by William Casarin
parent e33cb3b1c3
commit 8ed04f0b0e

View File

@ -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 {