diff --git a/design_files/arc-wireframes2.2.xd b/design_files/arc-wireframes2.2.xd index dac9abe..9bec04c 100644 Binary files a/design_files/arc-wireframes2.2.xd and b/design_files/arc-wireframes2.2.xd differ diff --git a/js/components/PickerItemRow.js b/js/components/PickerItemRow.js index da251d3..b6443df 100644 --- a/js/components/PickerItemRow.js +++ b/js/components/PickerItemRow.js @@ -17,8 +17,8 @@ const PickerItemRow = ({ isSelected, onPress, text = { text } }) => { return ( <> - {text} - {!!isSelected && } + {text} + {!!isSelected && } diff --git a/js/components/TopToolbar.js b/js/components/TopToolbar.js index 78b1d88..1dc0578 100644 --- a/js/components/TopToolbar.js +++ b/js/components/TopToolbar.js @@ -89,18 +89,7 @@ class TopToolbar extends Component { const searchPlaceholder = /\/food/.test(route) ? 'Search Food...' : 'Search Places...'; return ( - + {!showSearch && ( { const { @@ -74,7 +74,7 @@ const FilterModal = (props: Props) => { return ( - {getCategoryText(category)} + {getCategoryText(category)} { - Sort By + Sort By {getOrderbyText(orderby)} - Search Radius + Search Radius {radius} miles diff --git a/js/pages/CreateFoodItem.js b/js/pages/CreateFoodItem.js index 959c52c..ca5d704 100644 --- a/js/pages/CreateFoodItem.js +++ b/js/pages/CreateFoodItem.js @@ -57,13 +57,14 @@ type GooglePlaceObject = { }; const fieldStyle = { - paddingTop: 30, + paddingTop: 24, + paddingLeft: 8, + paddingRight: 8, }; const fieldNameStyle = { - fontSize: 18, - paddingBottom: 10, - paddingLeft: 10, + fontSize: 16, + paddingBottom: 8, }; const Field = ({ diff --git a/js/pages/LoginPage.js b/js/pages/LoginPage.js index 8a05408..5f869c5 100644 --- a/js/pages/LoginPage.js +++ b/js/pages/LoginPage.js @@ -77,15 +77,12 @@ const LoginPageComponent = ({ flexDirection: 'column', alignItems: 'center', justifyContent: 'flex-start', - padding: 20, - borderWidth: 1, - borderColor: 'pink', }}> - {error && {error}} + {error && {error}} - Sign In + Sign In - + @@ -101,7 +99,7 @@ const LoginPageComponent = ({ {isNewUser && ( - + @@ -117,7 +116,7 @@ const LoginPageComponent = ({ )} - + - - + +