Showing
3 changed files
with
13 additions
and
11 deletions
... | @@ -32,10 +32,10 @@ import UIKit | ... | @@ -32,10 +32,10 @@ import UIKit |
32 | badgeView.layer.cornerRadius = 16.0 | 32 | badgeView.layer.cornerRadius = 16.0 |
33 | 33 | ||
34 | badgeCountView.layer.cornerRadius = 4.0 | 34 | badgeCountView.layer.cornerRadius = 4.0 |
35 | - // badgeCountView.backgroundColor = UIColor(red: 0.92, green: 0.75, blue: 0.41, alpha: 1.00) | 35 | + badgeCountView.backgroundColor = UIColor(red: 0.92, green: 0.75, blue: 0.41, alpha: 1.00) |
36 | - badgeCountView.backgroundColor = UIColor(rgb: 0xE20074) | 36 | + // badgeCountView.backgroundColor = UIColor(rgb: 0xE20074) |
37 | 37 | ||
38 | - badgeCountLabel.textColor = .white | 38 | + // badgeCountLabel.textColor = .white |
39 | } | 39 | } |
40 | 40 | ||
41 | func configureCell(badgeId: String, badgeCount: Int) { | 41 | func configureCell(badgeId: String, badgeCount: Int) { | ... | ... |
... | @@ -40,12 +40,14 @@ import SwiftEventBus | ... | @@ -40,12 +40,14 @@ import SwiftEventBus |
40 | dotLeftWidth.constant = 12 | 40 | dotLeftWidth.constant = 12 |
41 | dotLeftHeight.constant = 12 | 41 | dotLeftHeight.constant = 12 |
42 | dotLeft.layer.cornerRadius = 6 | 42 | dotLeft.layer.cornerRadius = 6 |
43 | - dotLeft.backgroundColor = UIColor(rgb: 0xE20074) | 43 | + dotLeft.backgroundColor = UIColor(rgb: 0x00A5E3) |
44 | + // dotLeft.backgroundColor = UIColor(rgb: 0xE20074) | ||
44 | 45 | ||
45 | dotRightWidth.constant = 8 | 46 | dotRightWidth.constant = 8 |
46 | dotRightHeight.constant = 8 | 47 | dotRightHeight.constant = 8 |
47 | dotRight.layer.cornerRadius = 4 | 48 | dotRight.layer.cornerRadius = 4 |
48 | - dotRight.backgroundColor = UIColor(rgb: 0x767676) | 49 | + dotRight.backgroundColor = UIColor(rgb: 0x00A5E3) |
50 | + // dotRight.backgroundColor = UIColor(rgb: 0x767676) | ||
49 | 51 | ||
50 | } | 52 | } |
51 | 53 | ||
... | @@ -129,23 +131,23 @@ extension WalletActiveCouponsScrollTableViewCell: UIScrollViewDelegate { | ... | @@ -129,23 +131,23 @@ extension WalletActiveCouponsScrollTableViewCell: UIScrollViewDelegate { |
129 | dotLeftWidth.constant = 8 | 131 | dotLeftWidth.constant = 8 |
130 | dotLeftHeight.constant = 8 | 132 | dotLeftHeight.constant = 8 |
131 | dotLeft.layer.cornerRadius = 4 | 133 | dotLeft.layer.cornerRadius = 4 |
132 | - dotLeft.backgroundColor = UIColor(rgb: 0x767676) | 134 | + // dotLeft.backgroundColor = UIColor(rgb: 0x767676) |
133 | 135 | ||
134 | dotRightWidth.constant = 12 | 136 | dotRightWidth.constant = 12 |
135 | dotRightHeight.constant = 12 | 137 | dotRightHeight.constant = 12 |
136 | dotRight.layer.cornerRadius = 6 | 138 | dotRight.layer.cornerRadius = 6 |
137 | - dotRight.backgroundColor = UIColor(rgb: 0xE20074) | 139 | + // dotRight.backgroundColor = UIColor(rgb: 0xE20074) |
138 | 140 | ||
139 | } else { | 141 | } else { |
140 | dotLeftWidth.constant = 12 | 142 | dotLeftWidth.constant = 12 |
141 | dotLeftHeight.constant = 12 | 143 | dotLeftHeight.constant = 12 |
142 | dotLeft.layer.cornerRadius = 6 | 144 | dotLeft.layer.cornerRadius = 6 |
143 | - dotLeft.backgroundColor = UIColor(rgb: 0xE20074) | 145 | + // dotLeft.backgroundColor = UIColor(rgb: 0xE20074) |
144 | 146 | ||
145 | dotRightWidth.constant = 8 | 147 | dotRightWidth.constant = 8 |
146 | dotRightHeight.constant = 8 | 148 | dotRightHeight.constant = 8 |
147 | dotRight.layer.cornerRadius = 4 | 149 | dotRight.layer.cornerRadius = 4 |
148 | - dotRight.backgroundColor = UIColor(rgb: 0x767676) | 150 | + // dotRight.backgroundColor = UIColor(rgb: 0x767676) |
149 | } | 151 | } |
150 | 152 | ||
151 | } | 153 | } | ... | ... |
... | @@ -42,8 +42,8 @@ import SwiftEventBus | ... | @@ -42,8 +42,8 @@ import SwiftEventBus |
42 | // voucherBannerLabel.text = "Ενημερώσου για το υπόλοιπο επιδότησης" | 42 | // voucherBannerLabel.text = "Ενημερώσου για το υπόλοιπο επιδότησης" |
43 | 43 | ||
44 | voucherCountView.layer.cornerRadius = 4.0 | 44 | voucherCountView.layer.cornerRadius = 4.0 |
45 | - // voucherCountView.backgroundColor = UIColor(red: 0.92, green: 0.75, blue: 0.41, alpha: 1.00) | 45 | + voucherCountView.backgroundColor = UIColor(red: 0.92, green: 0.75, blue: 0.41, alpha: 1.00) |
46 | - voucherCountView.backgroundColor = UIColor(rgb: 0xE20074) | 46 | + // voucherCountView.backgroundColor = UIColor(rgb: 0xE20074) |
47 | } | 47 | } |
48 | 48 | ||
49 | public override func setSelected(_ selected: Bool, animated: Bool) { | 49 | public override func setSelected(_ selected: Bool, animated: Bool) { | ... | ... |
-
Please register or login to post a comment