mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +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,
|
borderBottomColor: colors.lightBorder,
|
||||||
paddingTop: 16,
|
paddingTop: 16,
|
||||||
paddingBottom: 16,
|
paddingBottom: 16,
|
||||||
|
paddingRight: 0,
|
||||||
}),
|
}),
|
||||||
[colors.lightBorder],
|
[colors.lightBorder],
|
||||||
);
|
);
|
||||||
|
@ -1684,7 +1685,6 @@ export const BlueTransactionListItem = React.memo(({ item, itemPriceUnit = Bitco
|
||||||
fontWeight: '600',
|
fontWeight: '600',
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
width: 96,
|
width: 96,
|
||||||
marginRight: -16,
|
|
||||||
};
|
};
|
||||||
}, [item, colors.foregroundColor, colors.successColor]);
|
}, [item, colors.foregroundColor, colors.successColor]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue