Skip to content

Commit

Permalink
fix : hintText 8dp로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Apr 10, 2024
1 parent 396a063 commit a162d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fun SuffixTextField(
Row(modifier = Modifier.padding(top = 8.dp)) {
Spacer(
modifier = Modifier
.width(16.dp),
.width(8.dp),
)
YdsText(
text = hintText,
Expand Down

0 comments on commit a162d4a

Please sign in to comment.