Change keyboard action on password field to 'Send'

This commit is contained in:
Z. Charles Dziura 2024-10-09 15:15:03 -04:00
parent 03f201f50d
commit f774812563

View file

@ -118,6 +118,7 @@ private fun LoginComponent(
),
onValueChange = onUpdatePassword,
modifier = Modifier.fillMaxWidth()
.padding(PaddingValues(top = 4.dp))
)
Button(