Skip to content

Commit

Permalink
[#616] Review: Add horizontal padding to code implementation of circu…
Browse files Browse the repository at this point in the history
…lar progress
  • Loading branch information
florentmaitre committed Oct 24, 2023
1 parent 7633e32 commit 712e104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fun ProgressCircular() {
}
}

CodeImplementationColumn {
CodeImplementationColumn(modifier = Modifier.padding(horizontal = dimensionResource(id = com.orange.ods.R.dimen.screen_horizontal_margin))) {
FunctionCallCode(
name = OdsComposable.OdsCircularProgressIndicator.name,
exhaustiveParameters = false,
Expand Down

0 comments on commit 712e104

Please sign in to comment.