Switch DM relative time color to gray

Looks better in light mode
This commit is contained in:
William Casarin
2023-03-20 08:58:55 -06:00
parent c582755246
commit 97382adb63

View File

@@ -33,7 +33,7 @@ struct DMView: View {
.tint(is_ours ? Color.white : Color.accentColor)
.overlay(Text(format_relative_time(event.created_at))
.font(.footnote)
.foregroundColor(.white)
.foregroundColor(.gray)
.opacity(0.8)
.offset(x: -10, y: -5), alignment: .bottomTrailing)
if !is_ours {