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