Commit 215105c97614570233ce59fae4c03996a83e0dd1

Authored by yanglingyu
1 parent cd0dcb53

服务号分类子标题颜色加深

CNLiveCServiceModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCServiceModule'
11   - s.version = '0.0.31'
  11 + s.version = '0.0.32'
12 12 s.summary = '我的服务内容'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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;
... ...