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

@@ -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;