Commit 52410dd8 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix) old topbar should have apropiate height Ref #1794

1 merge request!504WIP: New navigation Screens
......@@ -82,8 +82,6 @@ if (Platform.OS == 'ios') {
const styles = StyleSheet.create({
container: {
height: topbarHeight,
display: 'flex',
flexDirection: 'column',
borderBottomWidth: StyleSheet.hairlineWidth,
borderBottomColor: '#EEE',
......@@ -93,6 +91,7 @@ const styles = StyleSheet.create({
flex: 1,
alignItems: 'center',
flexDirection: 'row',
paddingVertical: 5,
},
topbarLeft: {
width: 100,
......
Please register or to comment