Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment