Vasilis

header fix no2

...@@ -31,7 +31,7 @@ extension AllGiftsView { ...@@ -31,7 +31,7 @@ extension AllGiftsView {
31 .aspectRatio(contentMode: .fit) 31 .aspectRatio(contentMode: .fit)
32 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 32 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
33 } 33 }
34 - 34 + Spacer().frame(width: 0)
35 Text("Όλα τα δώρα μου") 35 Text("Όλα τα δώρα μου")
36 .fontWeight(.medium) 36 .fontWeight(.medium)
37 .font(.system(size: 16)) 37 .font(.system(size: 16))
......
...@@ -32,7 +32,7 @@ extension CampaignWebview { ...@@ -32,7 +32,7 @@ extension CampaignWebview {
32 .aspectRatio(contentMode: .fit) 32 .aspectRatio(contentMode: .fit)
33 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 33 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
34 } 34 }
35 - 35 + Spacer().frame(width: 0)
36 Text("") 36 Text("")
37 .fontWeight(.medium) 37 .fontWeight(.medium)
38 .font(.system(size: 16)) 38 .font(.system(size: 16))
......
...@@ -60,7 +60,7 @@ extension CouponBarcodeView { ...@@ -60,7 +60,7 @@ extension CouponBarcodeView {
60 .aspectRatio(contentMode: .fit) 60 .aspectRatio(contentMode: .fit)
61 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 61 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
62 } 62 }
63 - 63 + Spacer().frame(width: 0)
64 Text("Εκπτωτικό κουπόνι") 64 Text("Εκπτωτικό κουπόνι")
65 .fontWeight(.medium) 65 .fontWeight(.medium)
66 .font(.system(size: 16)) 66 .font(.system(size: 16))
......
...@@ -31,7 +31,7 @@ extension CouponView { ...@@ -31,7 +31,7 @@ extension CouponView {
31 .aspectRatio(contentMode: .fit) 31 .aspectRatio(contentMode: .fit)
32 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 32 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
33 } 33 }
34 - 34 + Spacer().frame(width: 0)
35 Text("Εκπτωτικό κουπόνι") 35 Text("Εκπτωτικό κουπόνι")
36 .fontWeight(.medium) 36 .fontWeight(.medium)
37 .font(.system(size: 16)) 37 .font(.system(size: 16))
......
...@@ -146,7 +146,7 @@ extension CouponsView { ...@@ -146,7 +146,7 @@ extension CouponsView {
146 .aspectRatio(contentMode: .fit) 146 .aspectRatio(contentMode: .fit)
147 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 147 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
148 } 148 }
149 - 149 + Spacer().frame(width: 0)
150 Text("Όλα τα κουπόνια μου") 150 Text("Όλα τα κουπόνια μου")
151 .fontWeight(.medium) 151 .fontWeight(.medium)
152 .font(.system(size: 16)) 152 .font(.system(size: 16))
......
...@@ -44,7 +44,7 @@ extension MoreForYouView { ...@@ -44,7 +44,7 @@ extension MoreForYouView {
44 .aspectRatio(contentMode: .fit) 44 .aspectRatio(contentMode: .fit)
45 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 45 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
46 } 46 }
47 - 47 + Spacer().frame(width: 0)
48 Text("More for you") 48 Text("More for you")
49 .fontWeight(.medium) 49 .fontWeight(.medium)
50 .font(.system(size: 16)) 50 .font(.system(size: 16))
......
...@@ -49,7 +49,7 @@ extension WalletView { ...@@ -49,7 +49,7 @@ extension WalletView {
49 .aspectRatio(contentMode: .fit) 49 .aspectRatio(contentMode: .fit)
50 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02) 50 .frame(width: self.uiscreen.height * 0.025, height: self.uiscreen.height * 0.02)
51 } 51 }
52 - 52 + Spacer().frame(width: 0)
53 Text("My loyalty wallet") 53 Text("My loyalty wallet")
54 .fontWeight(.medium) 54 .fontWeight(.medium)
55 .font(.system(size: 16)) 55 .font(.system(size: 16))
......