reskin: Kill kRiotColorXxxx

This commit is contained in:
manuroe
2019-01-11 11:57:02 +01:00
parent 744a0b8d4f
commit b789fb46a9
20 changed files with 69 additions and 78 deletions
@@ -776,8 +776,8 @@
if (actionNumber.unsignedIntegerValue == MXKRoomMemberDetailsActionKick)
{
[cellWithButton.mxkButton setTitleColor:kRiotColorPinkRed forState:UIControlStateNormal];
[cellWithButton.mxkButton setTitleColor:kRiotColorPinkRed forState:UIControlStateHighlighted];
[cellWithButton.mxkButton setTitleColor:ThemeService.shared.riotColorPinkRed forState:UIControlStateNormal];
[cellWithButton.mxkButton setTitleColor:ThemeService.shared.riotColorPinkRed forState:UIControlStateHighlighted];
}
else
{