Skip to content

Commit

Permalink
remove gray background
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Dec 3, 2024
1 parent 4b11b71 commit 0a24a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/getting started/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct ListRow: View {
}
}
.padding([.top, .bottom], 20)
.background(.gray)
// .background(.gray)
}
}

Expand Down

0 comments on commit 0a24a84

Please sign in to comment.