Apply new lineBreakColor where needed

This commit is contained in:
SBiOSoftWhare
2019-02-18 12:53:13 +01:00
parent 21c32b59d5
commit b09c0c5f19
32 changed files with 44 additions and 7 deletions
@@ -38,7 +38,7 @@ NSString *const kRoomMembershipExpandedBubbleCellTapOnCollapseButton = @"kRoomMe
{
[super customizeTableViewCellRendering];
self.separatorView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
self.separatorView.backgroundColor = ThemeService.shared.theme.lineBreakColor;
[self.collapseButton setTintColor:ThemeService.shared.theme.tintColor];
self.collapseButton.titleLabel.font = [UIFont systemFontOfSize:14];