MESSENGER-4769 color changes part 2

This commit is contained in:
Arnfried Griesert
2023-06-20 11:32:09 +00:00
committed by Frank Rotermund
parent 9315e226a0
commit 08b159b675
15 changed files with 135 additions and 28 deletions
@@ -65,6 +65,11 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
self.rightButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.rightButton.titleLabel.font = ThemeService.shared.theme.fonts.body;
// bwi: 4769
if(BWIBuildSettings.shared.useNewBumColors) {
[self.rightButton setTitleColor:ThemeService.shared.theme.backgroundColor forState:UIControlStateNormal];
}
}
- (void)prepareForReuse