Skip to content

Commit

Permalink
update: [ANDROAPP-5617] using 48dp spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAparicioAlbaAsenjo authored and xavimolloy committed Oct 16, 2023
1 parent 4f30596 commit e65f394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fun InputCheckBox(
},
)
} else {
Spacer(modifier = Modifier.width(Spacing.Spacing24))
Spacer(modifier = Modifier.width(Spacing.Spacing48))
}
},
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fun InputRadioButton(
},
)
} else {
Spacer(modifier = Modifier.width(Spacing.Spacing24))
Spacer(modifier = Modifier.width(Spacing.Spacing48))
}
},
)
Expand Down

0 comments on commit e65f394

Please sign in to comment.