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 = ({
)}
-
+
-
-
+
+
@@ -142,7 +142,7 @@ const LoginPageComponent = ({
{!isNewUser && (
setIsNewUser(true)}
- style={{ flexDirection: 'row', marginTop: 20, padding: 20 }}>
+ style={{ flexDirection: 'row', marginTop: 16, padding: 16, paddingBottom: 0 }}>
@@ -173,7 +173,7 @@ const LoginPageComponent = ({
}}>
Forgot your pasword?
-
+
);
@@ -202,7 +202,7 @@ export default compose(
await AuthManager.authenticate({ email, password });
checkAuth();
} catch (err) {
- setError('Login Failed! Please check the username and password and try again.');
+ setError('You have entered an invalid username or password. Please try again.');
}
},
}),
diff --git a/js/pages/ProfilePage.js b/js/pages/ProfilePage.js
index bc4ce82..d7465ab 100644
--- a/js/pages/ProfilePage.js
+++ b/js/pages/ProfilePage.js
@@ -39,14 +39,14 @@ export const ProfilePage = (props: Props) => {
} = props;
const usingGPS = zipcode === 'usegps';
return (
-
- Profile
-
- Use My Location
+
+ Profile
+
+ Use My Location
{!usingGPS && (
-
+
{
onEndEditing={saveZip}
keyboardType="numeric"
style={{
- fontSize: 18,
+ fontSize: 16,
}}
/>
)}
{!!error && {error}}
-
+
{isLoggedIn && (