Skip to content

Commit

Permalink
padding -> margin
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed May 14, 2024
1 parent 720900d commit 8cc152c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function MoneyRequestConfirmationList({
prefixContainerStyle={[styles.pv0]}
inputStyle={[styles.optionRowAmountInput, amountWidth] as TextStyle[]}
containerStyle={[styles.textInputContainer]}
touchableInputWrapperStyle={[StyleUtils.getPaddingLeft(StyleUtils.getCharacterPadding(currencySymbol ?? '') + styles.pl1.paddingLeft)]}
touchableInputWrapperStyle={[styles.ml3]}
onAmountChange={(value: string) => onSplitShareChange(participantOption.accountID ?? 0, Number(value))}
maxLength={formattedTotalAmount.length}
/>
Expand All @@ -528,8 +528,8 @@ function MoneyRequestConfirmationList({
styles.textLabel,
styles.pv0,
styles.optionRowAmountInput,
styles.pl1.paddingLeft,
styles.textInputContainer,
styles.ml3,
transaction?.comment?.splits,
transaction?.splitShares,
onSplitShareChange,
Expand Down

0 comments on commit 8cc152c

Please sign in to comment.