Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -47,7 +47,8 @@ class AnalysisItemViewCell: UITableViewCell { | ... | @@ -47,7 +47,8 @@ class AnalysisItemViewCell: UITableViewCell { |
47 | priceLabel.textColor = UIColor(rgb: 0x212121) | 47 | priceLabel.textColor = UIColor(rgb: 0x212121) |
48 | 48 | ||
49 | // subtitle | 49 | // subtitle |
50 | - subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C) | 50 | +// subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C) |
51 | + subtitleLabel.textColor = UIColor(rgb: 0x212121) | ||
51 | } | 52 | } |
52 | } | 53 | } |
53 | 54 | ... | ... |
-
Please register or login to post a comment