mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 23:47:44 +02:00
reskin: Kill kRiotColorXxxx
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user