Match event time font color

Closes: #755
This commit is contained in:
ericholguin
2023-03-07 21:28:39 -07:00
committed by William Casarin
parent 9766653969
commit d982bb886e

View File

@@ -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 {