Commit 215105c97614570233ce59fae4c03996a83e0dd1
1 parent
cd0dcb53
服务号分类子标题颜色加深
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCServiceModule.podspec
CNLiveCServiceModule/Classes/View/CNLiveChineServiceCell.m
| ... | ... | @@ -78,7 +78,7 @@ |
| 78 | 78 | { |
| 79 | 79 | if (!_subTitle) { |
| 80 | 80 | _subTitle = [[UILabel alloc] init]; |
| 81 | - _subTitle.textColor = CNLiveColorWithHexString(@"#A9A9A9"); | |
| 81 | + _subTitle.textColor = CNLiveColorWithHexString(@"#999999"); | |
| 82 | 82 | _subTitle.font = UIFontCNMake(10); |
| 83 | 83 | } |
| 84 | 84 | return _subTitle; | ... | ... |