mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill headerTextSecondaryColor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user