Skip to content

Commit

Permalink
fix: Add bottom padding in list page
Browse files Browse the repository at this point in the history
Change-Id: I3c116de15eb6a2af5141b6d493bbc21da6fc528e
  • Loading branch information
XayahSuSuSu committed Jan 5, 2025
1 parent 8e9980d commit d2314db
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ fun ListItems(
}

listItems(uiState = uiState, viewModel = viewModel)

item(key = "-2") {
Spacer(modifier = Modifier.size(SizeTokens.Level128))
}
}
}

Expand Down

0 comments on commit d2314db

Please sign in to comment.