From d982bb886e3edd973e2bd55f1187234138e290f3 Mon Sep 17 00:00:00 2001 From: ericholguin Date: Tue, 7 Mar 2023 21:28:39 -0700 Subject: [PATCH] Match event time font color Closes: #755 --- damus/Views/ProfileName.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ProfileName.swift b/damus/Views/ProfileName.swift index a0631dbc..a27eb639 100644 --- a/damus/Views/ProfileName.swift +++ b/damus/Views/ProfileName.swift @@ -138,7 +138,7 @@ struct EventProfileName: View { + Text(real_name.isEmpty ? "" : " ") + Text(verbatim: "@\(display_name ?? Profile.displayName(profile: profile, pubkey: pubkey))") - .foregroundColor(Color("DamusMediumGrey")) + .foregroundColor(.gray) .font(eventviewsize_to_font(size)) } else {