Manos Chorianopoulos

history item ui fix

...@@ -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
......