Manos Chorianopoulos

history item ui fix

......@@ -47,7 +47,8 @@ class AnalysisItemViewCell: UITableViewCell {
priceLabel.textColor = UIColor(rgb: 0x212121)
// subtitle
subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C)
// subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C)
subtitleLabel.textColor = UIColor(rgb: 0x212121)
}
}
......