reskin: rename ColorValues to Theme

This commit is contained in:
manuroe
2019-01-10 15:32:59 +01:00
parent 845775d794
commit c702350171
79 changed files with 210 additions and 210 deletions

View File

@@ -154,13 +154,13 @@
self.sendingLabel.textColor = kRiotPrimaryTextColor;
self.descriptionLabel.textColor = kRiotPrimaryTextColor;
self.bugReportDescriptionTextView.textColor = kRiotPrimaryTextColor;
self.bugReportDescriptionTextView.tintColor = RiotDesignValues.colorValues.tintColor;
self.bugReportDescriptionTextView.tintColor = RiotDesignValues.theme.tintColor;
self.logsDescriptionLabel.textColor = kRiotPrimaryTextColor;
self.sendLogsLabel.textColor = kRiotPrimaryTextColor;
self.sendScreenshotLabel.textColor = kRiotPrimaryTextColor;
self.sendButton.tintColor = RiotDesignValues.colorValues.tintColor;
self.cancelButton.tintColor = RiotDesignValues.colorValues.tintColor;
self.sendButton.tintColor = RiotDesignValues.theme.tintColor;
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
_bugReportDescriptionTextView.layer.borderColor = kRiotSecondaryBgColor.CGColor;
}