Manos Chorianopoulos

ui fixes

......@@ -66,7 +66,10 @@ public class MyRewardsOfferCollectionViewCell: UICollectionViewCell {
parentView.clipsToBounds = true
discountView.layer.cornerRadius = 34.0
discountLabel.adjustsFontSizeToFit = true
discountLabel.minimumScaleFactor = 0.5
bannerImage.backgroundColor = UIColor(rgb: 0xE7E7E7)
}
......