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:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user