Skip to content

Commit

Permalink
[CHORE/#60] 패딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 12, 2024
1 parent 523d270 commit 89769fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ fun HomeScreen(
.padding(top = paddingValues.calculateTopPadding()),
) {
LazyColumn(
contentPadding = PaddingValues(2.dp),
contentPadding = PaddingValues(
top = 2.dp,
bottom = 20.dp,
),
verticalArrangement = Arrangement.spacedBy(12.dp)
) {
item {
Expand Down

0 comments on commit 89769fd

Please sign in to comment.