From bf08394ebddd255371ae7b6dde4bb9bb3336c1cb Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Fri, 10 Mar 2023 13:25:42 +1100 Subject: [PATCH] change the title back to text primary colour when failed to leave a group --- Session/Shared/FullConversationCell.swift | 2 ++ 1 file changed, 2 insertions(+) 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