Manos Chorianopoulos

AnalysisHeaderMessageViewCell ui fix

...@@ -31,6 +31,7 @@ class AnalysisHeaderMessageViewCell: UITableViewCell { ...@@ -31,6 +31,7 @@ class AnalysisHeaderMessageViewCell: UITableViewCell {
31 messageLabel.textColor = UIColor(rgb: 0x435563) 31 messageLabel.textColor = UIColor(rgb: 0x435563)
32 messageLabel.layer.borderWidth = 1.0 32 messageLabel.layer.borderWidth = 1.0
33 messageLabel.layer.borderColor = UIColor(rgb: 0x1DA6B9).cgColor 33 messageLabel.layer.borderColor = UIColor(rgb: 0x1DA6B9).cgColor
34 + messageLabel.layer.cornerRadius = 5
34 35
35 let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100) 36 let totalCouponDiscount = Float(round(100 * loyaltyBadge._value) / 100)
36 var totalCouponDiscountString = "0" 37 var totalCouponDiscountString = "0"
......