Skip to content

Commit 02ecd7b

Browse files
marcaaronOSBotify
authored andcommitted
Merge pull request #60427 from FitseTLT/fix-confirmation-page-receipt-thumbnail-style-bug
fix - Review duplicates - Receipt thumbnail on the confirmation page does not have right margin (cherry picked from commit e416e9e) (CP triggered by roryabraham)
1 parent eda80fb commit 02ecd7b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReceiptEmptyState.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function ReceiptEmptyState({hasError = false, onPress, disabled = false, isThumb
4848
styles.justifyContentCenter,
4949
styles.moneyRequestViewImage,
5050
isThumbnail ? styles.moneyRequestAttachReceiptThumbnail : styles.moneyRequestAttachReceipt,
51+
isThumbnail && !isInMoneyRequestView && styles.w100,
5152
isInMoneyRequestView && styles.expenseViewImage,
5253
hasError && styles.borderColorDanger,
5354
shouldUseFullHeight && styles.receiptEmptyStateFullHeight,

src/styles/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4833,7 +4833,6 @@ const styles = (theme: ThemeColors) =>
48334833

48344834
moneyRequestAttachReceiptThumbnail: {
48354835
backgroundColor: theme.hoverComponentBG,
4836-
width: '100%',
48374836
borderWidth: 0,
48384837
},
48394838

0 commit comments

Comments
 (0)