Skip to content

Commit

Permalink
[CHORE] #82 : start, end padding -> horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 6, 2024
1 parent bd7245f commit 6e80196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal fun WappProfileCard(
modifier = Modifier
.fillMaxWidth()
.height(150.dp)
.padding(start = 10.dp, end = 10.dp),
.padding(horizontal = 10.dp),
) {
Box(
modifier = Modifier.background(
Expand Down

0 comments on commit 6e80196

Please sign in to comment.