Skip to content

Commit

Permalink
Set withBottomShadow = false
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardstruck committed Sep 17, 2024
1 parent 0b43db0 commit c778eb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ private fun ProductsList(
verticalArrangement = Arrangement.spacedBy(8.dp),
contentPadding = PaddingValues(2.dp),
state = listState,
withBottomShadow = false,
) {
items(
state.products,
Expand Down

0 comments on commit c778eb9

Please sign in to comment.