Use thread image as template

This commit is contained in:
ismailgulek
2021-12-01 17:23:53 +03:00
parent 5d46651aa4
commit 25916441b3
2 changed files with 4 additions and 0 deletions
@@ -129,6 +129,7 @@ extension ThreadSummaryView: Themable {
func update(theme: Theme) {
backgroundColor = theme.colors.system
iconView.tintColor = theme.colors.secondaryContent
numberOfRepliesLabel.textColor = theme.colors.secondaryContent
lastMessageContentLabel.textColor = theme.colors.secondaryContent
}