reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 6eeeb2f8d6
commit 3518ffea04
56 changed files with 115 additions and 111 deletions
@@ -236,7 +236,7 @@
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.headerView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.contactNameLabel.textColor = kRiotPrimaryTextColor;
self.contactNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.contactStatusLabel.textColor = RiotDesignValues.theme.tintColor;
// Check the table view style to select its bg color.
@@ -735,8 +735,8 @@
[cellWithButton.mxkButton setTitle:title forState:UIControlStateNormal];
[cellWithButton.mxkButton setTitle:title forState:UIControlStateHighlighted];
[cellWithButton.mxkButton setTitleColor:kRiotPrimaryTextColor forState:UIControlStateNormal];
[cellWithButton.mxkButton setTitleColor:kRiotPrimaryTextColor forState:UIControlStateHighlighted];
[cellWithButton.mxkButton setTitleColor:RiotDesignValues.theme.textPrimaryColor forState:UIControlStateNormal];
[cellWithButton.mxkButton setTitleColor:RiotDesignValues.theme.textPrimaryColor forState:UIControlStateHighlighted];
[cellWithButton.mxkButton addTarget:self action:@selector(onActionButtonPressed:) forControlEvents:UIControlEventTouchUpInside];