Create pin : fix konsist

This commit is contained in:
ganfra 2023-10-19 16:32:58 +02:00
parent 55282417a8
commit b5a9dc80dd
2 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ private fun CreatePinFailure.title(): String {
}
@Composable
fun PinEntryTextField(
private fun PinEntryTextField(
pinEntry: PinEntry,
onValueChange: (String) -> Unit,
modifier: Modifier = Modifier,