Skip to content

Commit 51891c8

Browse files
Sankhadeep RoySankhadeep Roy
authored andcommitted
toolbar fix
1 parent 9f9d1ff commit 51891c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Components/Widgets/Header.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ export default class Header extends NativeBaseComponent {
5252
</View>}
5353

5454
{ Array.isArray(this.props.children) &&
55-
<View style={{flex: 1,alignSelf: 'flex-start'}}>
55+
<View style={{flex: 1,alignItems: 'center', paddingTop: 10}}>
5656
{this.props.children[0]}
5757
</View>}
5858
{ Array.isArray(this.props.children) &&
59-
<View style={{flex: 1, alignSelf: 'center'}}>
59+
<View style={{flex: 3, alignSelf: 'center'}}>
6060
{this.props.children[1]}
6161
</View>}
6262
{ Array.isArray(this.props.children) &&
63-
<View style={{flex:1, alignSelf: 'flex-end'}}>
63+
<View style={{flex:1,alignItems: 'center', paddingTop: 10}}>
6464
{this.props.children[2]}
6565
</View>}
6666

0 commit comments

Comments
 (0)