Update jump to last unread banner separator color in RoomViewController

This commit is contained in:
SBiOSoftWhare
2019-02-19 16:55:58 +01:00
parent 4ed8d6cbf7
commit 0825689a4a
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -443,6 +443,7 @@
// Prepare jump to last unread banner
self.jumpToLastUnreadBannerContainer.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.jumpToLastUnreadLabel.attributedText = [[NSAttributedString alloc] initWithString:NSLocalizedStringFromTable(@"room_jump_to_first_unread", @"Vector", nil) attributes:@{NSUnderlineStyleAttributeName: @(NSUnderlineStyleSingle), NSUnderlineColorAttributeName: ThemeService.shared.theme.textPrimaryColor, NSForegroundColorAttributeName: ThemeService.shared.theme.textPrimaryColor}];
self.jumpToLastUnreadBannerSeparatorView.backgroundColor = ThemeService.shared.theme.headerBorderColor;
self.expandedHeaderContainer.backgroundColor = ThemeService.shared.theme.baseColor;