reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 2bdadf5cda
commit 1fe7b85e16
56 changed files with 115 additions and 111 deletions
@@ -51,7 +51,7 @@
self.separatorView.backgroundColor = kRiotAuxiliaryColor;
self.disabledReasonTextView.font = [UIFont systemFontOfSize:15];
self.disabledReasonTextView.textColor = kRiotPrimaryTextColor;
self.disabledReasonTextView.textColor = RiotDesignValues.theme.textPrimaryColor;
self.disabledReasonTextView.tintColor = RiotDesignValues.theme.tintColor;
self.disabledReasonTextView.editable = NO;
self.disabledReasonTextView.scrollEnabled = NO;
@@ -95,7 +95,7 @@
growingTextView.backgroundColor = [UIColor clearColor];
growingTextView.font = [UIFont systemFontOfSize:15];
growingTextView.textColor = kRiotPrimaryTextColor;
growingTextView.textColor = RiotDesignValues.theme.textPrimaryColor;
growingTextView.tintColor = RiotDesignValues.theme.tintColor;
growingTextView.internalTextView.keyboardAppearance = RiotDesignValues.theme.keyboardAppearance;