Skip to content

Commit

Permalink
chore: address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shafqat-muneer committed Jan 16, 2025
1 parent 26ba1d2 commit f193c72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ struct SingleNotificationView: View {
HStack {
AttributedText(notification.contentWithQuotes)
.font(Theme.Fonts.bodyMedium)
.foregroundColor(Theme.Colors.textSecondary)
Spacer()
if notification.lastRead == nil {
Circle()
Expand Down

0 comments on commit f193c72

Please sign in to comment.