reskin: kill headerTextSecondaryColor

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

View File

@@ -87,7 +87,7 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor clearColor];
self.separatorView.backgroundColor = kRiotAuxiliaryColor;
self.separatorView.backgroundColor = RiotDesignValues.theme.headerTextSecondaryColor;
// Custom the growingTextView display
growingTextView.layer.cornerRadius = 0;