Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Feb 7, 2024
1 parent e156642 commit c35ef34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun InstalledItemCard(
)
) {
Column(
verticalArrangement = Arrangement.spacedBy(24.dp),
verticalArrangement = Arrangement.spacedBy(20.dp),
modifier = Modifier.padding(20.dp),
) {
Row(
Expand All @@ -54,7 +54,7 @@ fun InstalledItemCard(
painter = data.icon,
contentDescription = null,
modifier = Modifier
.size(32.dp)
.size(34.dp)
.clip(CircleShape),
)

Expand Down

0 comments on commit c35ef34

Please sign in to comment.