Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Jun 14, 2024
1 parent 2c9c33d commit a6860b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function ReceiptCell({transactionItem}: TransactionCellProps) {
StyleUtils.getWidthAndHeightStyle(variables.h36, variables.w40),
StyleUtils.getBorderRadiusStyle(variables.componentBorderRadiusSmall),
styles.overflowHidden,
{backgroundColor: theme.border},
StyleUtils.getBackgroundColorStyle(theme.border),
]}
>
<ReceiptImage
Expand Down

0 comments on commit a6860b0

Please sign in to comment.