diff --git a/code/getting started/ContentView.swift b/code/getting started/ContentView.swift index fa9cf9f..d3d2ee1 100644 --- a/code/getting started/ContentView.swift +++ b/code/getting started/ContentView.swift @@ -119,7 +119,7 @@ struct ListRow: View { } } .padding([.top, .bottom], 20) - .background(.gray) +// .background(.gray) } }