Manos Chorianopoulos

ui fixes

......@@ -67,6 +67,9 @@ public class MyRewardsOfferCollectionViewCell: UICollectionViewCell {
discountView.layer.cornerRadius = 34.0
discountLabel.adjustsFontSizeToFit = true
discountLabel.minimumScaleFactor = 0.5
bannerImage.backgroundColor = UIColor(rgb: 0xE7E7E7)
}
......