reskin: rename ColorValues to Theme

This commit is contained in:
manuroe
2019-01-10 15:32:59 +01:00
parent 6d69bfa167
commit 2b32e32ac4
79 changed files with 210 additions and 210 deletions
@@ -225,7 +225,7 @@
self.memberHeaderView.backgroundColor = kRiotDesignNavigationBarBarTintColor;
self.roomMemberNameLabel.textColor = kRiotPrimaryTextColor;
self.roomMemberStatusLabel.textColor = RiotDesignValues.colorValues.tintColor;
self.roomMemberStatusLabel.textColor = RiotDesignValues.theme.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.tintColor];
withColor:RiotDesignValues.theme.tintColor];
}
- (void)updateMemberInfo