Update jump to last unread button.

This commit is contained in:
SBiOSoftWhare
2020-07-11 00:56:15 +02:00
parent bfce9e88eb
commit e1eda0fff3
14 changed files with 11 additions and 31 deletions
+1
View File
@@ -472,6 +472,7 @@
// Prepare jump to last unread banner
self.jumpToLastUnreadBannerContainer.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.jumpToLastUnreadImageView.tintColor = ThemeService.shared.theme.textPrimaryColor;
self.jumpToLastUnreadLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.jumpToLastUnreadBannerSeparatorView.backgroundColor = ThemeService.shared.theme.lineBreakColor;