Reskin: RiotDesignValues: Make use of the new ColorValues

This commit is contained in:
manuroe
2018-11-29 16:06:38 +01:00
parent 5475057f7e
commit 145086bd8d
3 changed files with 56 additions and 62 deletions
@@ -167,7 +167,7 @@ static CGFloat const kTextFontSize = 15.0;
self.deactivateAcccountButton.layer.masksToBounds = YES;
self.deactivateAcccountButton.backgroundColor = kRiotColorGreen;
[self.deactivateAcccountButton setTitle:NSLocalizedStringFromTable(@"deactivate_account_validate_action", @"Vector", nil) forState:UIControlStateNormal];
[self.deactivateAcccountButton setTitleColor:kRiotColorSilver forState:UIControlStateDisabled];
[self.deactivateAcccountButton setTitleColor:kRiotAuxiliaryColor forState:UIControlStateDisabled];
}
- (void)setupDeactivateAccountInfosLabel