Browse Source

FIX: Text not displayed correctly #165

transactionselectrum
Marcos Rodriguez Vélez 6 years ago
committed by Igor Korsakov
parent
commit
9dec10592e
  1. 3
      screen/wallets/transactions.js

3
screen/wallets/transactions.js

@ -305,9 +305,10 @@ export default class WalletTransactions extends Component {
renderListHeaderComponent = () => {
return (
<View style={{ flexDirection: 'row', height: 50 }}>
<View style={{ flex: 1, flexDirection: 'row', height: 50 }}>
<Text
style={{
flex: 1,
paddingLeft: 15,
paddingTop: 15,
fontWeight: 'bold',

Loading…
Cancel
Save