Skip to content

Commit

Permalink
Merge pull request #36076 from infinitered/cdanwards/style-fix/receip…
Browse files Browse the repository at this point in the history
…t-empty
  • Loading branch information
blimpich authored Feb 8, 2024
2 parents 4cb6e99 + 6930d51 commit 9f37d3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ReceiptEmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function ReceiptEmptyState({hasError = false, onPress = () => {}}: ReceiptEmptyS
>
<Icon
src={Expensicons.EmptyStateAttachReceipt}
width={variables.eReceiptIconWidth}
width={variables.eReceiptEmptyIconWidth}
height={variables.eReceiptIconHeight}
/>
</PressableWithoutFeedback>
Expand Down
5 changes: 3 additions & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4081,8 +4081,9 @@ const styles = (theme: ThemeColors) =>
},

moneyRequestAttachReceipt: {
backgroundColor: theme.appBG,
borderColor: theme.textSupporting,
backgroundColor: theme.highlightBG,
borderColor: theme.border,
borderWidth: 1,
},

mapViewContainer: {
Expand Down
1 change: 1 addition & 0 deletions src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default {
eReceiptThumnailCenterReceiptBreakpoint: 200,
eReceiptIconHeight: 100,
eReceiptIconWidth: 72,
eReceiptEmptyIconWidth: 76,
eReceiptMCCHeightWidth: 40,
eReceiptIconHeightSmall: 65,
eReceiptIconWidthSmall: 46,
Expand Down

0 comments on commit 9f37d3e

Please sign in to comment.