Dimitris Togias

correct styles

......@@ -16,7 +16,8 @@ class AnalysisMoreViewCell: UITableViewCell {
super.awakeFromNib()
// title
titleLabel.textColor = UIColor(rgb: 0x435563)
titleLabel.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
titleLabel.textColor = UIColor(rgb: 0x415564)
titleLabel.text = "Δες Περισσότερα"
}
}
......