diff --git a/SnapshotArticle/ContentView.swift b/SnapshotArticle/ContentView.swift index d3d0edc..c9cbb34 100644 --- a/SnapshotArticle/ContentView.swift +++ b/SnapshotArticle/ContentView.swift @@ -11,9 +11,9 @@ struct ContentView: View { var body: some View { NavigationView { VStack { - Image(systemName: "hand.wave") + Image(systemName: "globe") .imageScale(.large) - .foregroundColor(.black.opacity(0.4)) + .foregroundColor(.blue.opacity(0.4)) NavigationLink(destination: SecondView()) { Text("Hello World!") }