Skip to content

Commit

Permalink
[CHORE] #129 : 바텀 시트 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 18, 2024
1 parent 5e9ffce commit cfd6939
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ private fun EventsList(
LazyColumn(
contentPadding = PaddingValues(horizontal = 15.dp),
verticalArrangement = Arrangement.spacedBy(12.dp),
modifier = Modifier.fillMaxWidth(),
modifier = Modifier
.fillMaxWidth()
.padding(top = 12.dp),
) {
items(
items = events,
Expand Down

0 comments on commit cfd6939

Please sign in to comment.