We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 258c643 + 2883d0d commit ad00636Copy full SHA for ad00636
1 file changed
Copilot for Xcode/ContentView.swift
@@ -26,6 +26,15 @@ struct ContentView: View {
26
startPoint: .topLeading,
27
endPoint: .bottom
28
))
29
+ .overlay(alignment: .top) {
30
+ LinearGradient(
31
+ colors: [Color("BackgroundColorTop"), Color("BackgroundColorTop").opacity(0)],
32
+ startPoint: .center,
33
+ endPoint: .bottom
34
+ )
35
+ .frame(height: 44)
36
+ .ignoresSafeArea()
37
+ }
38
}
39
40
0 commit comments