placeholder fix

This commit is contained in:
2025-11-30 17:02:49 +03:00
parent acb65d63cb
commit 0bd59b81e3

View File

@@ -88,7 +88,9 @@ private fun Content(
inputText = it
viewModel.onIntent(AuthIntent.TextInput(it))
},
label = { Text(stringResource(R.string.auth_label)) }
label = { Text(stringResource(R.string.auth_label)) },
placeholder = { Text(stringResource(R.string.auth_label)) }
)
Spacer(modifier = Modifier.size(16.dp))
if (state == AuthState.Error) {