Skip to content

Commit

Permalink
footerTab improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep committed Oct 17, 2016
1 parent 5b6b925 commit 4e80599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/Widgets/FooterTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default class Footer extends NativeBaseComponent {
alignSelf: 'center',
flex: 1,
justifyContent: 'center',
margin: 3,
height: this.getTheme().footerHeight-8,
margin: 1,
height: this.getTheme().footerHeight-4,
borderRadius: (Platform.OS == 'ios') ? 7 : 0
}
}
Expand Down

0 comments on commit 4e80599

Please sign in to comment.