Dimitris Togias

correct styles

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