From c38a660d2f8a6d1452524f2b85d623244e975230 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 19 Oct 2022 11:19:09 +1100 Subject: [PATCH] Updated the pinned icon to use "Text Secondary" for it's tint colour --- Session/Shared/FullConversationCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)