Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -851,7 +851,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -851,7 +851,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ |
| 851 | view.backgroundColor = .clear | 851 | view.backgroundColor = .clear |
| 852 | 852 | ||
| 853 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 20)) | 853 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 20)) |
| 854 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 20) | 854 | + titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) |
| 855 | titleLabel.textColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00) | 855 | titleLabel.textColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00) |
| 856 | titleLabel.text = "SUPERMARKET DEALS" | 856 | titleLabel.text = "SUPERMARKET DEALS" |
| 857 | 857 | ||
| ... | @@ -891,7 +891,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ | ... | @@ -891,7 +891,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{ |
| 891 | 891 | ||
| 892 | // let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 21)) | 892 | // let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 21)) |
| 893 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 30, width: view.frame.width - 40, height: 20)) | 893 | let titleLabel = UILabel(frame: CGRect(x: 20, y: 30, width: view.frame.width - 40, height: 20)) |
| 894 | - titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 20) | 894 | + titleLabel.font = UIFont(name: "BTCosmo-Bold", size: 19) |
| 895 | titleLabel.textColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00) | 895 | titleLabel.textColor = UIColor(red: 0.00, green: 0.65, blue: 0.89, alpha: 1.00) |
| 896 | titleLabel.text = "GIFTS FOR YOU" | 896 | titleLabel.text = "GIFTS FOR YOU" |
| 897 | 897 | ... | ... |
-
Please register or login to post a comment