Skip to content

Commit

Permalink
style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed Oct 6, 2021
1 parent 911979c commit b8f1e05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 8 additions & 4 deletions src/components/AddressSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,18 @@ class AddressSearch extends React.Component {
}}
styles={{
textInputContainer: [styles.flexColumn],
listView: [styles.borderTopRounded, styles.borderBottomRounded, styles.mt4, styles.overflowAuto],
listView: [
styles.borderTopRounded,
styles.borderBottomRounded,
styles.mt4,
styles.overflowAuto,
styles.borderLeft,
styles.borderRight,
],
row: [
styles.pv4,
styles.ph3,
styles.borderLeft,
styles.borderRight,
styles.overflowAuto,
styles.googleSearchRow,
],
description: [styles.googleSearchText],
separator: [styles.googleSearchSeperator],
Expand Down
6 changes: 1 addition & 5 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2060,14 +2060,10 @@ const styles = {
},

googleSearchSeperator: {
height: '1px',
height: 1,
backgroundColor: themeColors.border,
},

googleSearchRow: {
maxWidth: '320px',
},

googleSearchText: {
color: themeColors.text,
fontSize: variables.fontSizeNormal,
Expand Down

0 comments on commit b8f1e05

Please sign in to comment.