mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
|
||||
self.headerView.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.contactNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.contactStatusLabel.textColor = RiotDesignValues.colorValues.accent;
|
||||
self.contactStatusLabel.textColor = RiotDesignValues.colorValues.tintColor;
|
||||
|
||||
// Check the table view style to select its bg color.
|
||||
self.tableView.backgroundColor = ((self.tableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);
|
||||
|
||||
Reference in New Issue
Block a user