Updated the pinned icon to use "Text Secondary" for it's tint colour

This commit is contained in:
Morgan Pretty 2022-10-19 11:19:09 +11:00
parent 2d8fa193e2
commit c38a660d2f

View file

@ -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)