commit d982bb886e3edd973e2bd55f1187234138e290f3
parent 976665396971c9909210bbb48626b337a8fdf8d3
Author: ericholguin <eric.holguinsanchez@gmail.com>
Date: Tue, 7 Mar 2023 21:28:39 -0700
Match event time font color
Closes: #755
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {