Skip to content

Commit

Permalink
Reduce posts list bottom content padding
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 3, 2023
1 parent 154d0a3 commit 1981dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ internal fun PostsList(
featuredPostsPagerState.scrollToPage(0)
}

LazyColumn(state = listState, contentPadding = PaddingValues(bottom = 240.dp)) {
LazyColumn(state = listState, contentPadding = PaddingValues(bottom = 128.dp)) {
item {
FeaturedSection(
paddingValues = paddingValues,
Expand Down

0 comments on commit 1981dc7

Please sign in to comment.