Skip to content

Commit

Permalink
fix : TextField의 hintText 8dp로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Apr 10, 2024
1 parent a162d4a commit 640432e
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 @@ -106,7 +106,7 @@ fun PasswordTextField(
Row(modifier = Modifier.padding(top = 8.dp)) {
Spacer(
modifier = Modifier
.width(16.dp),
.width(8.dp),
)
YdsText(
text = hintText,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fun SimpleTextField(
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 640432e

Please sign in to comment.