diff --git a/app/components/search_bar/search_box.js b/app/components/search_bar/search_box.js index 32a36c943..aa65913b0 100644 --- a/app/components/search_bar/search_box.js +++ b/app/components/search_bar/search_box.js @@ -415,20 +415,20 @@ export default class Search extends Component { > {this.props.iconDelete} : - + + + )} @@ -462,10 +462,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'flex-start', alignItems: 'center', - paddingBottom: 5, - paddingLeft: 5, - paddingRight: 5, - paddingTop: 4 + padding: 5 }, input: { height: containerHeight - 10, @@ -485,6 +482,8 @@ const styles = StyleSheet.create({ color: 'grey' }, iconDelete: { + alignItems: 'center', + justifyContent: 'center', position: 'absolute', right: 70 },