mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: rename ColorValues to Theme
This commit is contained in:
@@ -154,13 +154,13 @@
|
||||
self.sendingLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.descriptionLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.bugReportDescriptionTextView.textColor = kRiotPrimaryTextColor;
|
||||
self.bugReportDescriptionTextView.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.bugReportDescriptionTextView.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.logsDescriptionLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.sendLogsLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.sendScreenshotLabel.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
self.sendButton.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.sendButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
_bugReportDescriptionTextView.layer.borderColor = kRiotSecondaryBgColor.CGColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user