reskin: Kill kRiotColorXxxx

This commit is contained in:
manuroe
2019-01-11 11:57:02 +01:00
parent 2fdb06d879
commit 9cce93ecea
20 changed files with 69 additions and 78 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ static const CGFloat kButtonSize = 80.0;
self.answerTitleLabel.font = [UIFont systemFontOfSize:18.0 weight:UIFontWeightRegular];
self.answerTitleLabel.text = NSLocalizedStringFromTable(@"accept", @"Vector", nil);
UIColor *rejectButtonBorderColor = kRiotColorPinkRed;
UIColor *rejectButtonBorderColor = ThemeService.shared.riotColorPinkRed;
self.rejectButton = [[CircleButton alloc] initWithImage:[UIImage imageNamed:@"call_hangup_icon"]
borderColor:rejectButtonBorderColor];