Skip to content

Commit

Permalink
remove gray background
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Jul 9, 2024
1 parent f0527c0 commit 7db7e3a
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 7db7e3a

Please sign in to comment.