Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix TrackItem
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 12, 2024
1 parent 51b8ad0 commit 6aa6438
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ fun TrackItem(

LazyColumn(
modifier = Modifier
.padding(top = 16.dp)
.padding(horizontal = 16.dp),
.padding(all = 16.dp),
verticalArrangement = Arrangement.spacedBy(16.dp)
) {
items(
Expand Down

0 comments on commit 6aa6438

Please sign in to comment.