Skip to content

Commit

Permalink
feat(mobile-app): Added catalog home list vertical spacing (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom authored Mar 26, 2024
1 parent dd2332c commit a85d2d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ internal fun CatalogTupleRow(
else -> Alignment.CenterVertically
}
Row(
modifier = modifier.padding(vertical = 10.dp),
modifier = modifier.padding(vertical = 4.dp),
verticalAlignment = verticalAlignment,
horizontalArrangement = Arrangement.spacedBy(16.dp)
) {
Expand Down

0 comments on commit a85d2d0

Please sign in to comment.