Skip to content

Commit

Permalink
[ANDROAPP-5738] Correct vertical padding in Input Image (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored Nov 15, 2023
1 parent 1b8bebc commit c78ed58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ internal fun <T> BasicInputImage(
when (uploadState) {
UploadState.ADD -> {
ButtonBlock(
modifier = Modifier.padding(vertical = Spacing.Spacing8),
primaryButton = {
Button(
enabled = state != InputShellState.DISABLED,
Expand Down

0 comments on commit c78ed58

Please sign in to comment.