Skip to content

Commit

Permalink
Correct screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinbTEF committed Sep 22, 2023
1 parent e39ae82 commit aa0414e
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 @@ -175,7 +175,7 @@ private fun ButtonContent(
it.size.height.toDp()
}
},
text = text.uppercase(),
text = text,
color = textColor,
style = size.textStyle,
maxLines = 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fun PasswordInput(
trailingIcon = {
PasswordVisibleIcon(
passwordVisible = passwordVisible,
onIconClicked = { passwordVisible = passwordVisible },
onIconClicked = { passwordVisible = !passwordVisible },
showContentDescription = "Show",
hideContentDescription = "Hide",
)
Expand Down

0 comments on commit aa0414e

Please sign in to comment.