Skip to content

Commit bb8ec58

Browse files
committed
fix padding
1 parent 7c0a493 commit bb8ec58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MoneyRequestReportView/MoneyRequestReportTransactionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function MoneyRequestReportTransactionItem({
129129
onCheckboxPress={toggleTransaction}
130130
columns={columns as Array<ValueOf<typeof CONST.REPORT.TRANSACTION_LIST.COLUMNS>>}
131131
isDisabled={isPendingDelete}
132-
style={[styles.p3, shouldUseNarrowLayout ? styles.pt2 : {}]}
132+
style={[styles.p3]}
133133
/>
134134
</PressableWithFeedback>
135135
</OfflineWithFeedback>

0 commit comments

Comments
 (0)