damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 97382adb637aa273529daa101075879bf3d1273f
parent c582755246726a2e1d454c72aa837b77ccf6b632
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 20 Mar 2023 08:58:55 -0600

Switch DM relative time color to gray

Looks better in light mode

Diffstat:
Mdamus/Views/DMView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {