Skip to content

Commit

Permalink
Use content padding in account picker screen (#7967)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Feb 22, 2024
1 parent 094b205 commit 3e75153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ internal fun Layout(
LazyColumn(
state = lazyListState,
verticalArrangement = verticalArrangement,
modifier = Modifier.padding(bodyPadding)
contentPadding = bodyPadding,
) {
body()
}
Expand Down

0 comments on commit 3e75153

Please sign in to comment.