This commit is contained in:
2025-11-10 19:51:23 +08:00
parent 1dc9560a1f
commit 3eb3a86376
17 changed files with 125 additions and 21 deletions

View File

@@ -179,7 +179,7 @@
- (UILabel *)peopleLabel {
if (!_peopleLabel) {
_peopleLabel = [UILabel new];
_peopleLabel.textColor = [UIColor colorWithHex:KBColor];
_peopleLabel.textColor = [UIColor colorWithHex:KBColorValue];
_peopleLabel.font = [UIFont systemFontOfSize:10 weight:UIFontWeightRegular];
_peopleLabel.textAlignment = NSTextAlignmentCenter;
_peopleLabel.numberOfLines = 2;