mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#import "AttachmentsViewController.h"
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@interface AttachmentsViewController ()
|
||||
{
|
||||
@@ -63,7 +64,7 @@
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.activityIndicator.backgroundColor = kRiotOverlayColor;
|
||||
|
||||
self.backButton.tintColor = kRiotColorGreen;
|
||||
self.backButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
|
||||
Reference in New Issue
Block a user