Set LazyRow contentPadding horizontal and vertical

pull/19/head
Simon Marquis 3 years ago committed by GitHub
parent 0070c31650
commit 49b9d68686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ fun AuthorsCarousel(
) {
LazyRow(
modifier = modifier,
contentPadding = PaddingValues(horizontal = 24.dp),
contentPadding = PaddingValues(24.dp),
horizontalArrangement = Arrangement.spacedBy(24.dp)
) {
items(items = authors, key = { item -> item.author.id }) { followableAuthor ->

Loading…
Cancel
Save