Skip to content

Commit 0436ea0

Browse files
committed
feat(feature:send-money): add text in upi pin screen
1 parent e370f52 commit 0436ea0

File tree

1 file changed

+1
-1
lines changed
  • feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money

1 file changed

+1
-1
lines changed

feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/UpiPinScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private fun UpiPinContent(
339339
decorationBox = {
340340
Row(
341341
horizontalArrangement = Arrangement.SpaceEvenly,
342-
modifier = Modifier.fillMaxWidth()
342+
modifier = Modifier.fillMaxWidth(),
343343
) {
344344
repeat(pinLength) { index ->
345345
UpiPinCharView(

0 commit comments

Comments
 (0)