Skip to content

Commit

Permalink
[YDS-#219] enhancement: eye closed 기본값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-polarbear committed Nov 15, 2023
1 parent d500e91 commit 81cd2ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fun PasswordTextField(
modifier = Modifier.indication(interactionSource, null),
) {
Icon(
id = R.drawable.ic_eyeclosed_line,
id = R.drawable.ic_eyeopen_line,
iconSize = IconSize.Medium,
)
}
Expand All @@ -92,7 +92,7 @@ fun PasswordTextField(
modifier = Modifier.indication(interactionSource, null),
) {
Icon(
id = R.drawable.ic_eyeopen_line,
id = R.drawable.ic_eyeclosed_line,
iconSize = IconSize.Medium,
)
}
Expand Down

0 comments on commit 81cd2ae

Please sign in to comment.