From f592e35850930d3dad0708fc9baf32c8672bfebe Mon Sep 17 00:00:00 2001 From: Erick Clark Date: Sat, 4 Apr 2020 19:47:53 -0500 Subject: [PATCH] More color updates --- .../aretherecookies.com/css/styles.css | 8 +++---- js/components/TopToolbar.js | 4 ++-- js/pages/FoodItemDetail.js | 2 +- js/pages/LandingPage.js | 8 +++---- js/pages/LoginPage.js | 2 +- js/ui-theme.js | 20 +++++++++--------- static/toilet-paper-solid.png | Bin 0 -> 30411 bytes 7 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 static/toilet-paper-solid.png diff --git a/design_files/aretherecookies.com/css/styles.css b/design_files/aretherecookies.com/css/styles.css index 0635dbd..31012c0 100644 --- a/design_files/aretherecookies.com/css/styles.css +++ b/design_files/aretherecookies.com/css/styles.css @@ -5,14 +5,14 @@ h2 { text-align: center; } a, a:active, a:visited { - color: #6D5354; + color: #017C9A; } a:hover { text-decoration: underline; } .btn, .btn:visited { - background-color: #6D5354; - border-color: #6D5354; + background-color: #017C9A; + border-color: #017C9A; color: #fff; } .atc-header { @@ -42,7 +42,7 @@ a:hover { .screens img { max-height: 288px; margin-top: 1rem; - border: 1px #6D5354 solid; + border: 1px #017C9A solid; } @media (max-width : 576px) { diff --git a/js/components/TopToolbar.js b/js/components/TopToolbar.js index 9bbce0a..ab862ee 100644 --- a/js/components/TopToolbar.js +++ b/js/components/TopToolbar.js @@ -130,13 +130,13 @@ class TopToolbar extends Component { - + )} diff --git a/js/pages/FoodItemDetail.js b/js/pages/FoodItemDetail.js index df6326e..b19ea27 100644 --- a/js/pages/FoodItemDetail.js +++ b/js/pages/FoodItemDetail.js @@ -175,7 +175,7 @@ export const FoodItemDetail = (props: Props) => { )} diff --git a/js/pages/LandingPage.js b/js/pages/LandingPage.js index 06cb51c..bcee19c 100644 --- a/js/pages/LandingPage.js +++ b/js/pages/LandingPage.js @@ -1,7 +1,7 @@ // @flow import React from 'react'; import { View, Text } from 'react-native'; -// import atcCookieImage from '../imgs/atc-cookie-logo.png'; +import wttpImage from '../imgs/toilet-paper-solid.png'; import { Link } from 'react-router-native'; import RouterButton from 'react-router-native-button'; import { compose, withHandlers, withState } from 'recompose'; @@ -36,11 +36,11 @@ const LandingPage = ({ skipIfAlreadyChosen, loading }: Props) => { flex: 1, height: '100%', }}> - {/* */} + /> } We need to use your location to bring you the best experience possible. diff --git a/js/pages/LoginPage.js b/js/pages/LoginPage.js index 4f335bc..89e2b2a 100644 --- a/js/pages/LoginPage.js +++ b/js/pages/LoginPage.js @@ -140,7 +140,7 @@ const LoginPageComponent = ({ -