Skip to content

Commit

Permalink
Adjust placeholder text stlye to be in line with input text
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Feb 11, 2025
1 parent 6ff2472 commit 1487e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fun CustomTextField(
},
enabled = isEnabled,
singleLine = true,
placeholder = placeholderText?.let { { Text(text = it) } },
placeholder = placeholderText?.let { { Text(text = it, style = textStyle) } },
keyboardOptions = keyboardOptions,
keyboardActions = KeyboardActions(onDone = { onSubmit(value) }),
visualTransformation = visualTransformation,
Expand Down

0 comments on commit 1487e32

Please sign in to comment.