Manos Chorianopoulos

CouponBarcodeView fix

......@@ -131,7 +131,7 @@ extension CouponBarcodeView {
VStack(alignment: .center) {
VStack {
Text("1A2C378")
Text(coupon["coupon"] as? String ?? "")
.fontWeight(.bold)
.font(.system(size: 27))
.foregroundColor(Color(red: 0.2549019607843137, green: 0.3333333333333333, blue: 0.39215686274509803))
......