mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user