Skip to content

Commit

Permalink
[ANDROAPP-5720] correct supporting text padding for input age and inp…
Browse files Browse the repository at this point in the history
…ut date time (#137)
  • Loading branch information
xavimolloy authored Nov 3, 2023
1 parent 4de228c commit 1119ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ fun InputAge(
SupportingText(
label.text,
label.state,
modifier = Modifier.testTag("INPUT_AGE_SUPPORTING_TEXT"),
)
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ fun InputDateTime(
SupportingText(
label.text,
label.state,
modifier = Modifier.testTag("INPUT_DATE_TIME_SUPPORTING_TEXT"),
)
}
},
Expand Down

0 comments on commit 1119ca2

Please sign in to comment.