From 97382adb637aa273529daa101075879bf3d1273f Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 20 Mar 2023 08:58:55 -0600 Subject: [PATCH] Switch DM relative time color to gray Looks better in light mode --- damus/Views/DMView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/DMView.swift b/damus/Views/DMView.swift index 6310200b..21adb6f4 100644 --- a/damus/Views/DMView.swift +++ b/damus/Views/DMView.swift @@ -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 {