mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#import "EncryptionInfoView.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation EncryptionInfoView
|
||||
|
||||
@@ -30,10 +31,10 @@
|
||||
self.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.textView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.defaultTextColor = kRiotPrimaryTextColor;
|
||||
self.cancelButton.tintColor = kRiotColorGreen;
|
||||
self.verifyButton.tintColor = kRiotColorGreen;
|
||||
self.blockButton.tintColor = kRiotColorGreen;
|
||||
self.confirmVerifyButton.tintColor = kRiotColorGreen;
|
||||
self.cancelButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.verifyButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.blockButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.confirmVerifyButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user