Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead

This commit is contained in:
manuroe
2018-11-30 17:10:28 +01:00
parent 9fea29617e
commit a28271afcb
62 changed files with 170 additions and 111 deletions
@@ -17,6 +17,7 @@
#import "RoomMembershipExpandedBubbleCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#import "RoomBubbleCellData.h"
@@ -39,7 +40,7 @@ NSString *const kRoomMembershipExpandedBubbleCellTapOnCollapseButton = @"kRoomMe
self.separatorView.backgroundColor = kRiotSecondaryBgColor;
[self.collapseButton setTintColor:kRiotColorGreen];
[self.collapseButton setTintColor:RiotDesignValues.colorValues.accent];
self.collapseButton.titleLabel.font = [UIFont systemFontOfSize:14];
}