add space

This commit is contained in:
«Владимир
2025-11-29 14:40:25 +03:00
parent 945b9d347d
commit d92ac5a10c

View File

@@ -75,6 +75,7 @@ private fun Content(
) {
var inputText by remember { mutableStateOf("") }
Spacer(modifier = Modifier.size(16.dp))
TextField(
modifier = Modifier.testTag(TestIds.Auth.CODE_INPUT).fillMaxWidth(),
value = inputText,