Commit 215105c97614570233ce59fae4c03996a83e0dd1
1 parent
cd0dcb53
服务号分类子标题颜色加深
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCServiceModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCServiceModule' | 10 | s.name = 'CNLiveCServiceModule' |
| 11 | - s.version = '0.0.31' | 11 | + s.version = '0.0.32' |
| 12 | s.summary = '我的服务内容' | 12 | s.summary = '我的服务内容' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCServiceModule/Classes/View/CNLiveChineServiceCell.m
| @@ -78,7 +78,7 @@ | @@ -78,7 +78,7 @@ | ||
| 78 | { | 78 | { |
| 79 | if (!_subTitle) { | 79 | if (!_subTitle) { |
| 80 | _subTitle = [[UILabel alloc] init]; | 80 | _subTitle = [[UILabel alloc] init]; |
| 81 | - _subTitle.textColor = CNLiveColorWithHexString(@"#A9A9A9"); | 81 | + _subTitle.textColor = CNLiveColorWithHexString(@"#999999"); |
| 82 | _subTitle.font = UIFontCNMake(10); | 82 | _subTitle.font = UIFontCNMake(10); |
| 83 | } | 83 | } |
| 84 | return _subTitle; | 84 | return _subTitle; |