Skip to content

Commit

Permalink
remove gray background
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Nov 4, 2024
1 parent f416d9b commit 836d84f
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 836d84f

Please sign in to comment.