Fix typo.
This commit is contained in:
parent
9e7d938cfd
commit
459c99e45f
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ private fun PinKeypadRow(
|
|||
)
|
||||
}
|
||||
is PinKeypadModel.Number -> {
|
||||
PinKeyBadDigitButton(
|
||||
PinKeypadDigitButton(
|
||||
size = pinKeySize,
|
||||
modifier = commonModifier,
|
||||
digit = model.number.toString(),
|
||||
|
|
@ -158,7 +158,7 @@ private fun PinKeypadButton(
|
|||
}
|
||||
|
||||
@Composable
|
||||
private fun PinKeyBadDigitButton(
|
||||
private fun PinKeypadDigitButton(
|
||||
digit: String,
|
||||
size: Dp,
|
||||
onClick: (String) -> Unit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue