Skip to content

Commit

Permalink
Fixed spacing in-between cards
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Mar 15, 2024
1 parent c6a48d8 commit 480bad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fun HomeScreen(
Spacer(modifier = Modifier.height(20.dp))

Row(
horizontalArrangement = Arrangement.spacedBy(40.dp),
horizontalArrangement = Arrangement.spacedBy(28.dp),
) {
CategoryCard(
icon = R.drawable.category_social,
Expand Down

0 comments on commit 480bad2

Please sign in to comment.