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
This commit is contained in:
Morgan Pretty 2022-10-19 11:33:17 +11:00 committed by GitHub
commit 6c58e08b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)