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( Box(
modifier = modifier modifier = modifier
.size(40.dp, 50.dp) .size(48.dp)
.then(appearanceModifier), .then(appearanceModifier),
contentAlignment = Alignment.Center, contentAlignment = Alignment.Center,