add margins to the title

This commit is contained in:
ncoelho 2019-09-19 10:16:12 +01:00 committed by Overtorment
parent 32cbe5bdd5
commit 4c118dfd51

View File

@ -189,12 +189,13 @@ export default class WalletTransactions extends Component {
renderListHeaderComponent = () => { renderListHeaderComponent = () => {
return ( return (
<View style={{ flex: 1, flexDirection: 'row', height: 50 }}> <View style={{ flex: 1, flexDirection: 'row' }}>
<Text <Text
style={{ style={{
flex: 1, flex: 1,
marginLeft: 15, marginLeft: 16,
marginTop: 10, marginTop: 24,
marginBottom: 8,
fontWeight: 'bold', fontWeight: 'bold',
fontSize: 24, fontSize: 24,
color: BlueApp.settings.foregroundColor, color: BlueApp.settings.foregroundColor,