mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
self.separatorView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
if (self.messageLabel.textColor != kRiotColorPinkRed)
|
||||
{
|
||||
self.messageLabel.textColor = kRiotSecondaryTextColor;
|
||||
self.messageLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -535,7 +535,7 @@
|
||||
[self.messageTextView resignFirstResponder];
|
||||
self.messageTextView.hidden = YES;
|
||||
|
||||
self.messageLabel.textColor = kRiotSecondaryTextColor;
|
||||
self.messageLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
|
||||
objc_removeAssociatedObjects(self.messageTextView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user