We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f052 commit 6a3688aCopy full SHA for 6a3688a
SnapshotArticle/ContentView.swift
@@ -11,9 +11,9 @@ struct ContentView: View {
11
var body: some View {
12
NavigationView {
13
VStack {
14
- Image(systemName: "hand.wave")
+ Image(systemName: "globe")
15
.imageScale(.large)
16
- .foregroundColor(.black.opacity(0.4))
+ .foregroundColor(.blue.opacity(0.4))
17
NavigationLink(destination: SecondView()) {
18
Text("Hello World!")
19
}
0 commit comments