Merge pull request #712 from mpretty-cyro/fix/tweak-thread-icon-colour

Updated the pinned icon to use "Text Secondary" for it's tint colour
pull/719/head
Morgan Pretty 3 years ago committed by GitHub
commit 6c58e08b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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