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
+2 -1
View File
@@ -19,6 +19,7 @@
#import "CallViewController.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
#import "AvatarGenerator.h"
@@ -105,7 +106,7 @@
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
self.callStatusLabel.textColor = kRiotTopicTextColor;
self.localPreviewContainerView.layer.borderColor = kRiotColorGreen.CGColor;
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.colorValues.accent.CGColor;
self.localPreviewContainerView.layer.borderWidth = 2;
self.localPreviewContainerView.layer.cornerRadius = 5;
self.localPreviewContainerView.clipsToBounds = YES;