Skip to content

Commit

Permalink
updated also the plain style
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 1, 2023
1 parent bb928ea commit e28971b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct TimelineItemPlainStylerView<Content: View>: View {
TimelineSenderAvatarView(timelineItem: timelineItem)
Text(timelineItem.sender.displayName ?? timelineItem.sender.id)
.font(.subheadline)
.foregroundColor(.compound.textPrimary)
.foregroundColor(.compound.avatarColor(for: timelineItem.sender.id).foreground)
.fontWeight(.semibold)
.lineLimit(1)
}
Expand Down

0 comments on commit e28971b

Please sign in to comment.