Communities tab: Update tint color to accent color.

This commit is contained in:
SBiOSoftWhare
2020-07-10 15:36:42 +02:00
parent bd40f418f3
commit 69ddb9d8f8
6 changed files with 12 additions and 12 deletions
@@ -55,8 +55,8 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
{
[super customizeTableViewCellRendering];
self.leftButton.backgroundColor = ThemeService.shared.riotColorBlue;
self.rightButton.backgroundColor = ThemeService.shared.riotColorBlue;
self.leftButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.rightButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.noticeColor;
}