mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Remove negative margin
This commit is contained in:
parent
c8b9922f19
commit
077f8d6717
1 changed files with 1 additions and 1 deletions
|
@ -1620,6 +1620,7 @@ export const BlueTransactionListItem = React.memo(({ item, itemPriceUnit = Bitco
|
|||
borderBottomColor: colors.lightBorder,
|
||||
paddingTop: 16,
|
||||
paddingBottom: 16,
|
||||
paddingRight: 0,
|
||||
}),
|
||||
[colors.lightBorder],
|
||||
);
|
||||
|
@ -1684,7 +1685,6 @@ export const BlueTransactionListItem = React.memo(({ item, itemPriceUnit = Bitco
|
|||
fontWeight: '600',
|
||||
textAlign: 'right',
|
||||
width: 96,
|
||||
marginRight: -16,
|
||||
};
|
||||
}, [item, colors.foregroundColor, colors.successColor]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue