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
@@ -19,6 +19,7 @@
#import "MXHTTPOperation.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@interface ForgotPasswordInputsView ()
@@ -114,7 +115,7 @@
[self.nextStepButton.layer setCornerRadius:5];
self.nextStepButton.clipsToBounds = YES;
self.nextStepButton.backgroundColor = kRiotColorGreen;
self.nextStepButton.backgroundColor = RiotDesignValues.colorValues.accent;
if (kRiotPlaceholderTextColor)
{