mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -75,7 +75,7 @@ static const CGFloat kButtonSize = 80.0;
|
||||
|
||||
self.callerNameLabel = [[UILabel alloc] init];
|
||||
self.callerNameLabel.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.callerNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.callerNameLabel.font = [UIFont systemFontOfSize:24.0 weight:UIFontWeightMedium];
|
||||
self.callerNameLabel.text = callerName;
|
||||
self.callerNameLabel.textAlignment = NSTextAlignmentCenter;
|
||||
|
||||
Reference in New Issue
Block a user