Create pin : fix konsist

This commit is contained in:
ganfra
2023-10-19 16:32:58 +02:00
parent 6c8e0bd86e
commit 8ae07ba74b
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,