We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ec671 commit cdf4292Copy full SHA for cdf4292
DesignCode/ContentView.swift
@@ -160,6 +160,6 @@ struct CardBottomView: View {
160
.background(BlurView(style: .systemMaterial))
161
.cornerRadius(30)
162
.shadow(radius: 20)
163
- .offset(y: UIScreen.main.bounds.height - 170)
+ .offset(y: UIScreen.main.bounds.height - 215)
164
}
165
DesignCode/Home.swift
@@ -48,6 +48,7 @@ struct Home: View {
48
struct Home_Previews: PreviewProvider {
49
static var previews: some View {
50
Home()
51
+ .previewDevice("iPhone X")
52
53
54
#endif
DesignCode/HomeList.swift
@@ -81,7 +81,6 @@ struct CourseView: View {
81
.foregroundColor(.white)
82
.padding(30)
83
.lineLimit(4)
84
- .padding(.trailing, 50)
85
86
Spacer()
87
0 commit comments