1
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
- (UILabel *)peopleLabel {
|
||||
if (!_peopleLabel) {
|
||||
_peopleLabel = [UILabel new];
|
||||
_peopleLabel.textColor = [UIColor colorWithHex:0x02BEAC];
|
||||
_peopleLabel.textColor = [UIColor colorWithHex:KBColor];
|
||||
_peopleLabel.font = [UIFont systemFontOfSize:10 weight:UIFontWeightRegular];
|
||||
_peopleLabel.textAlignment = NSTextAlignmentCenter;
|
||||
_peopleLabel.numberOfLines = 2;
|
||||
|
||||
Reference in New Issue
Block a user