diff --git a/Session/Shared/FullConversationCell.swift b/Session/Shared/FullConversationCell.swift index 9d23bf031..61f61e2a0 100644 --- a/Session/Shared/FullConversationCell.swift +++ b/Session/Shared/FullConversationCell.swift @@ -396,6 +396,8 @@ public final class FullConversationCell: UITableViewCell { } else if cellViewModel.interactionVariant == .infoClosedGroupCurrentUserErrorLeaving { guard let textColor: UIColor = theme.color(for: .danger) else { return } + self?.displayNameLabel.themeTextColor = .textPrimary + snippetLabel?.attributedText = self?.getSnippet( cellViewModel: cellViewModel, textColor: textColor