Skip to content

Commit

Permalink
Scrolling row - Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiagr committed Nov 20, 2023
1 parent bff76bc commit 41d5230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fun ScrollingRow(
}
LazyRow(
state = state,
horizontalArrangement = Arrangement.spacedBy(16.dp),
horizontalArrangement = Arrangement.spacedBy(spacedBy),
userScrollEnabled = !scrollAutomatically,
) {
if (scrollAutomatically) {
Expand Down

0 comments on commit 41d5230

Please sign in to comment.