mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#import "CircleButton.h"
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
static const CGFloat kAvatarSize = 100.0;
|
||||
static const CGFloat kButtonSize = 80.0;
|
||||
@@ -86,7 +87,7 @@ static const CGFloat kButtonSize = 80.0;
|
||||
self.callInfoLabel.text = callInfo;
|
||||
self.callInfoLabel.textAlignment = NSTextAlignmentCenter;
|
||||
|
||||
UIColor *answerButtonBorderColor = kRiotColorGreen;
|
||||
UIColor *answerButtonBorderColor = RiotDesignValues.colorValues.accent;
|
||||
|
||||
self.answerButton = [[CircleButton alloc] initWithImage:[UIImage imageNamed:@"voice_call_icon"]
|
||||
borderColor:answerButtonBorderColor];
|
||||
|
||||
Reference in New Issue
Block a user