Skip to content

Commit e3aab61

Browse files
authored
Merge pull request Expensify#68176 from dominictb/fix/66754
fix: merge transaction item is missing padding
2 parents 2f807db + 3c7906b commit e3aab61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/TransactionMerge/MergeTransactionItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function MergeTransactionItem<TItem extends ListItem>({item, isFocused, showTool
6161
taxAmountColumnSize={CONST.SEARCH.TABLE_COLUMN_SIZES.NORMAL}
6262
shouldHighlightItemWhenSelected={false}
6363
shouldShowErrors={false}
64+
style={styles.p3}
6465
shouldShowRadioButton
6566
onRadioButtonPress={() => {
6667
onSelectRow(item);

0 commit comments

Comments
 (0)