Commit 8cc152c 1 parent 720900d commit 8cc152c Copy full SHA for 8cc152c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ function MoneyRequestConfirmationList({
508
508
prefixContainerStyle = { [ styles . pv0 ] }
509
509
inputStyle = { [ styles . optionRowAmountInput , amountWidth ] as TextStyle [ ] }
510
510
containerStyle = { [ styles . textInputContainer ] }
511
- touchableInputWrapperStyle = { [ StyleUtils . getPaddingLeft ( StyleUtils . getCharacterPadding ( currencySymbol ?? '' ) + styles . pl1 . paddingLeft ) ] }
511
+ touchableInputWrapperStyle = { [ styles . ml3 ] }
512
512
onAmountChange = { ( value : string ) => onSplitShareChange ( participantOption . accountID ?? 0 , Number ( value ) ) }
513
513
maxLength = { formattedTotalAmount . length }
514
514
/>
@@ -528,8 +528,8 @@ function MoneyRequestConfirmationList({
528
528
styles . textLabel ,
529
529
styles . pv0 ,
530
530
styles . optionRowAmountInput ,
531
- styles . pl1 . paddingLeft ,
532
531
styles . textInputContainer ,
532
+ styles . ml3 ,
533
533
transaction ?. comment ?. splits ,
534
534
transaction ?. splitShares ,
535
535
onSplitShareChange ,
You can’t perform that action at this time.
0 commit comments