Skip to content

Commit

Permalink
review: Use margin horizontal instead of start + end
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 21, 2024
1 parent b0b2df1 commit 0c68aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun IllustratedMessageBlock(
modifier: Modifier = Modifier,
) {
Column(
modifier = modifier.padding(start = Margin.Medium, end = Margin.Medium),
modifier = modifier.padding(horizontal = Margin.Medium),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally,
) {
Expand Down

0 comments on commit 0c68aa5

Please sign in to comment.