mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
|
||||
self.memberHeaderView.backgroundColor = kRiotDesignNavigationBarBarTintColor;
|
||||
self.roomMemberNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.roomMemberStatusLabel.textColor = RiotDesignValues.colorValues.accent;
|
||||
self.roomMemberStatusLabel.textColor = RiotDesignValues.colorValues.tintColor;
|
||||
|
||||
// Check the table view style to select its bg color.
|
||||
self.tableView.backgroundColor = ((self.tableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);
|
||||
@@ -360,7 +360,7 @@
|
||||
}
|
||||
|
||||
return [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:RiotDesignValues.colorValues.accent];
|
||||
withColor:RiotDesignValues.colorValues.tintColor];
|
||||
}
|
||||
|
||||
- (void)updateMemberInfo
|
||||
|
||||
Reference in New Issue
Block a user