reskin: kill riotColorRed & riotColorPinkRed

Merge them into Theme.warningColor

Part of #2174
This commit is contained in:
manuroe
2019-01-18 13:40:09 +01:00
parent bee50c3c45
commit ad1969fbc8
15 changed files with 28 additions and 25 deletions
@@ -2362,7 +2362,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
cell = [tableView dequeueReusableCellWithIdentifier:kRoomSettingsWarningCellViewIdentifier forIndexPath:indexPath];
cell.textLabel.font = [UIFont systemFontOfSize:17];
cell.textLabel.textColor = ThemeService.shared.riotColorPinkRed;
cell.textLabel.textColor = ThemeService.shared.theme.warningColor;
cell.textLabel.numberOfLines = 0;
cell.accessoryView = nil;
cell.accessoryType = UITableViewCellAccessoryNone;