diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index 7fd848e9a..d43224cf6 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -445,7 +445,7 @@ 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.expandedHeaderContainer.backgroundColor = ThemeService.shared.theme.headerBackgroundColor; + self.expandedHeaderContainer.backgroundColor = ThemeService.shared.theme.baseColor; self.previewHeaderContainer.backgroundColor = ThemeService.shared.theme.headerBackgroundColor; missedDiscussionsBadgeLabel.textColor = ThemeService.shared.theme.backgroundColor;