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 {