diff --git a/Session/Shared/FullConversationCell.swift b/Session/Shared/FullConversationCell.swift index 914941126..57799cb76 100644 --- a/Session/Shared/FullConversationCell.swift +++ b/Session/Shared/FullConversationCell.swift @@ -71,7 +71,7 @@ public final class FullConversationCell: UITableViewCell { .withRenderingMode(.alwaysTemplate) ) result.clipsToBounds = true - result.themeTintColor = .textPrimary + result.themeTintColor = .textSecondary result.contentMode = .scaleAspectFit result.set(.width, to: FullConversationCell.unreadCountViewSize) result.set(.height, to: FullConversationCell.unreadCountViewSize)