Skip to content

Commit

Permalink
decrease top margin on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed Oct 7, 2021
1 parent b8f1e05 commit dd9f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class AddressSearch extends React.Component {
listView: [
styles.borderTopRounded,
styles.borderBottomRounded,
styles.mt4,
styles.mt1,
styles.overflowAuto,
styles.borderLeft,
styles.borderRight,
Expand Down

0 comments on commit dd9f01f

Please sign in to comment.