mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
MESSENGER-4769 color changes part 2
This commit is contained in:
committed by
Frank Rotermund
parent
bbbe3f4e5b
commit
6d38c5fe24
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user