Vasilis

update

......@@ -159,11 +159,12 @@ extension CouponsView {
Spacer()
}
}
.padding(.top, self.uiscreen.height * 0.05)
.frame(width: self.uiscreen.width * 0.95, height: self.uiscreen.height * 0.13)
.background(
Image("coupons_container", bundle: Bundle(for: MyEmptyClass.self)).resizable()
Image("coupons_container", bundle: Bundle(for: MyEmptyClass.self))
.resizable()
)
.padding(.top, self.uiscreen.height * 0.05)
}
}
......@@ -201,6 +202,7 @@ struct CouponsView: View {
.frame(width:self.uiscreen.width, height:self.uiscreen.height * 0.9 )
.background(
Image("coupons_scrollview", bundle: Bundle(for: MyEmptyClass.self))
.resizable()
)
}
......