Create pin : change digit size box

This commit is contained in:
ganfra
2023-10-19 16:29:16 +02:00
parent c08cd13e0e
commit 6c8e0bd86e

View File

@@ -211,7 +211,7 @@ private fun PinDigitView(
}
Box(
modifier = modifier
.size(40.dp, 50.dp)
.size(48.dp)
.then(appearanceModifier),
contentAlignment = Alignment.Center,