Skip to content

Commit 8cc152c

Browse files
committed
padding -> margin
1 parent 720900d commit 8cc152c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MoneyRequestConfirmationList.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ function MoneyRequestConfirmationList({
508508
prefixContainerStyle={[styles.pv0]}
509509
inputStyle={[styles.optionRowAmountInput, amountWidth] as TextStyle[]}
510510
containerStyle={[styles.textInputContainer]}
511-
touchableInputWrapperStyle={[StyleUtils.getPaddingLeft(StyleUtils.getCharacterPadding(currencySymbol ?? '') + styles.pl1.paddingLeft)]}
511+
touchableInputWrapperStyle={[styles.ml3]}
512512
onAmountChange={(value: string) => onSplitShareChange(participantOption.accountID ?? 0, Number(value))}
513513
maxLength={formattedTotalAmount.length}
514514
/>
@@ -528,8 +528,8 @@ function MoneyRequestConfirmationList({
528528
styles.textLabel,
529529
styles.pv0,
530530
styles.optionRowAmountInput,
531-
styles.pl1.paddingLeft,
532531
styles.textInputContainer,
532+
styles.ml3,
533533
transaction?.comment?.splits,
534534
transaction?.splitShares,
535535
onSplitShareChange,

0 commit comments

Comments
 (0)