Create pin : change digit size box
This commit is contained in:
parent
7ebe6719da
commit
55282417a8
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ private fun PinDigitView(
|
|||
}
|
||||
Box(
|
||||
modifier = modifier
|
||||
.size(40.dp, 50.dp)
|
||||
.size(48.dp)
|
||||
.then(appearanceModifier),
|
||||
contentAlignment = Alignment.Center,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue