mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Apply new lineBreakColor where needed
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user