diff --git a/app/components/search_bar/search_box.js b/app/components/search_bar/search_box.js index b3f0be595..32a36c943 100644 --- a/app/components/search_bar/search_box.js +++ b/app/components/search_bar/search_box.js @@ -462,7 +462,10 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'flex-start', alignItems: 'center', - padding: 5 + paddingBottom: 5, + paddingLeft: 5, + paddingRight: 5, + paddingTop: 4 }, input: { height: containerHeight - 10,