Skip to content

Commit

Permalink
Merge pull request #53921 from mananjadhav/mj-fix-pay-grey-button
Browse files Browse the repository at this point in the history
fix: grey pay button held expense for small screen
  • Loading branch information
cristipaval authored Dec 11, 2024
2 parents 890806d + 273a4be commit 06b8518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectionList/Search/ReportListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function ReportListItem<TItem extends ListItem>({
onButtonPress={handleOnButtonPress}
containerStyle={[styles.ph3, styles.pt1half, styles.mb1half]}
isLoading={reportItem.isActionLoading}
shouldUseSuccessStyle={!hasHeldExpenses}
/>
)}
<View style={[styles.flex1, styles.flexRow, styles.alignItemsCenter, styles.gap3, styles.ph3, styles.pv1half]}>
Expand Down

0 comments on commit 06b8518

Please sign in to comment.