Fix timeline secondary label coloring

This commit is contained in:
Maurice Parker
2019-11-04 11:47:44 -06:00
parent 524a7383ac
commit f138c2d9aa
4 changed files with 10 additions and 10 deletions

View File

@@ -158,7 +158,7 @@ class MasterFeedTableViewCell : VibrantTableViewCell {
UIView.animate(withDuration: duration(animated: animated)) {
self.avatarView.tintColor = avatarTintColor
}
updateLabelVibrancy(titleView, animated: animated)
updateLabelVibrancy(titleView, color: labelColor, animated: animated)
}
}