mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: itemList lost aligment
itemList lost aligment and button on transactions.js
This commit is contained in:
parent
59369bc7a3
commit
20ccf530c1
@ -1684,6 +1684,7 @@ export const BlueTransactionListItem = React.memo(({ item, itemPriceUnit = Bitco
|
||||
fontWeight: '600',
|
||||
textAlign: 'right',
|
||||
width: 96,
|
||||
marginRight: -16,
|
||||
};
|
||||
}, [item, colors.foregroundColor, colors.successColor]);
|
||||
|
||||
|
@ -688,6 +688,6 @@ const styles = StyleSheet.create({
|
||||
backgroundColor: '#FFFFFF',
|
||||
},
|
||||
transaction: {
|
||||
marginHorizontal: 4,
|
||||
marginHorizontal: 0,
|
||||
},
|
||||
});
|
||||
|
@ -85,8 +85,12 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
listHeader: {
|
||||
flexDirection: 'row',
|
||||
margin: 16,
|
||||
justifyContent: 'space-evenly',
|
||||
marginLeft: 16,
|
||||
marginRight: 16,
|
||||
marginVertical: 16,
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-around',
|
||||
},
|
||||
listHeaderTextRow: {
|
||||
flex: 1,
|
||||
@ -103,21 +107,24 @@ const styles = StyleSheet.create({
|
||||
marketplaceButton1: {
|
||||
borderRadius: 9,
|
||||
minHeight: 49,
|
||||
flex: 1,
|
||||
paddingHorizontal: 8,
|
||||
justifyContent: 'center',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
alignSelf: 'auto',
|
||||
flexGrow: 1,
|
||||
marginHorizontal: 4,
|
||||
},
|
||||
marketplaceButton2: {
|
||||
marginLeft: 5,
|
||||
borderRadius: 9,
|
||||
minHeight: 49,
|
||||
flex: 1,
|
||||
paddingHorizontal: 8,
|
||||
justifyContent: 'center',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
alignSelf: 'auto',
|
||||
flexGrow: 1,
|
||||
marginHorizontal: 4,
|
||||
},
|
||||
marketpalceText1: {
|
||||
fontSize: 18,
|
||||
|
Loading…
Reference in New Issue
Block a user