Create pin : change digit size box

This commit is contained in:
ganfra 2023-10-19 16:29:16 +02:00
parent 7ebe6719da
commit 55282417a8

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,