Fixed search bar padding in ProximoListScreen

This commit is contained in:
Yohan Simard 2020-03-08 14:21:25 +01:00
parent 8bf8529331
commit 70c8c59059

View file

@ -110,6 +110,7 @@ export default class ProximoListScreen extends React.Component<Props, State> {
this.props.navigation.setOptions({
headerRight: button,
headerTitle: title,
headerTitleContainerStyle: {marginHorizontal: 0, right: 50, left: 50},
});
this.setSortMode(1);
}