Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Last active February 10, 2022 09:59
Show Gist options
  • Select an option

  • Save SarahAlsharif/98a42c7325dc92bb00337edde2253303 to your computer and use it in GitHub Desktop.

Select an option

Save SarahAlsharif/98a42c7325dc92bb00337edde2253303 to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
ZStack {
LinearGradient(colors: [.blue.opacity(0.7),.purple.opacity(0.7)], startPoint: .topLeading, endPoint: .bottomTrailing).ignoresSafeArea()
Color.black.opacity(0.8).ignoresSafeArea()
InteractiveView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment