loginview: ui: add orange color and bold font to pubkey message
This commit is contained in:
committed by
William Casarin
parent
e33cb3b1c3
commit
8ed04f0b0e
@@ -81,8 +81,8 @@ struct LoginView: View {
|
|||||||
|
|
||||||
if parsed?.is_pub ?? false {
|
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.")
|
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)
|
.foregroundColor(Color.orange)
|
||||||
.padding()
|
.bold()
|
||||||
}
|
}
|
||||||
|
|
||||||
if let p = parsed {
|
if let p = parsed {
|
||||||
|
|||||||
Reference in New Issue
Block a user