Skip to content

Commit 0a24a84

Browse files
committed
remove gray background
1 parent 4b11b71 commit 0a24a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/getting started/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct ListRow: View {
119119
}
120120
}
121121
.padding([.top, .bottom], 20)
122-
.background(.gray)
122+
// .background(.gray)
123123
}
124124
}
125125

0 commit comments

Comments
 (0)