From 8ed04f0b0eb8da4926b616f55b480375cef562e7 Mon Sep 17 00:00:00 2001 From: ericholguin Date: Fri, 26 May 2023 19:23:22 -0600 Subject: [PATCH] loginview: ui: add orange color and bold font to pubkey message --- damus/Views/LoginView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {