Skip to content

Commit

Permalink
update: [ANDROAPP-5575] Progress indicator spacing modified
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAparicioAlbaAsenjo committed Oct 18, 2023
1 parent 4ec4a64 commit e158e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fun InputFileResource(
) {
Box(
Modifier
.padding(top = Spacing.Spacing4, bottom = Spacing.Spacing4)
.padding(top = Spacing.Spacing8, bottom = Spacing.Spacing8)
.size(Spacing.Spacing48),
) {
ProgressIndicator(
Expand Down

0 comments on commit e158e75

Please sign in to comment.