reskin: kill headerTextSecondaryColor

This commit is contained in:
manuroe
2019-01-10 18:10:10 +01:00
parent 3cd88a2cb2
commit 96880a4e2c
7 changed files with 5 additions and 12 deletions

View File

@@ -168,7 +168,7 @@ static CGFloat const kTextFontSize = 15.0;
self.deactivateAcccountButton.layer.masksToBounds = YES;
self.deactivateAcccountButton.backgroundColor = RiotDesignValues.theme.tintColor;
[self.deactivateAcccountButton setTitle:NSLocalizedStringFromTable(@"deactivate_account_validate_action", @"Vector", nil) forState:UIControlStateNormal];
[self.deactivateAcccountButton setTitleColor:kRiotAuxiliaryColor forState:UIControlStateDisabled];
[self.deactivateAcccountButton setTitleColor:RiotDesignValues.theme.headerTextSecondaryColor forState:UIControlStateDisabled];
}
- (void)setupDeactivateAccountInfosLabel