mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix timeline secondary label coloring
This commit is contained in:
@@ -41,10 +41,10 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
|
||||
}
|
||||
|
||||
override func updateVibrancy(animated: Bool) {
|
||||
updateLabelVibrancy(titleView, animated: animated)
|
||||
updateLabelVibrancy(summaryView, animated: animated)
|
||||
updateLabelVibrancy(dateView, animated: animated)
|
||||
updateLabelVibrancy(feedNameView, animated: animated)
|
||||
updateLabelVibrancy(titleView, color: labelColor, animated: animated)
|
||||
updateLabelVibrancy(summaryView, color: labelColor, animated: animated)
|
||||
updateLabelVibrancy(dateView, color: secondaryLabelColor, animated: animated)
|
||||
updateLabelVibrancy(feedNameView, color: secondaryLabelColor, animated: animated)
|
||||
|
||||
UIView.animate(withDuration: duration(animated: animated)) {
|
||||
if self.isHighlighted || self.isSelected {
|
||||
|
||||
Reference in New Issue
Block a user