Change keyboard action on password field to 'Send'
This commit is contained in:
parent
03f201f50d
commit
f774812563
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ private fun LoginComponent(
|
|||
),
|
||||
onValueChange = onUpdatePassword,
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
.padding(PaddingValues(top = 4.dp))
|
||||
)
|
||||
|
||||
Button(
|
||||
|
|
Loading…
Add table
Reference in a new issue