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

pull/712/head
Morgan Pretty 2 years ago
parent 2d8fa193e2
commit c38a660d2f

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

Loading…
Cancel
Save