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

@@ -48,7 +48,7 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor clearColor];
self.separatorView.backgroundColor = kRiotAuxiliaryColor;
self.separatorView.backgroundColor = RiotDesignValues.theme.headerTextSecondaryColor;
self.disabledReasonTextView.font = [UIFont systemFontOfSize:15];
self.disabledReasonTextView.textColor = RiotDesignValues.theme.textPrimaryColor;