From 5aa85443dcafbd8f0ca3a4e59c1ba782a44c6e44 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Thu, 27 Jul 2017 21:10:11 -0700 Subject: [PATCH] Add new logo, colors --- components/CopyButton.js | 2 +- components/Toolbar.js | 2 +- components/svg/Logo.js | 11 +++-------- lib/constants.js | 2 +- pages/about.js | 8 ++++++-- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/components/CopyButton.js b/components/CopyButton.js index d1386e5..3031392 100644 --- a/components/CopyButton.js +++ b/components/CopyButton.js @@ -5,7 +5,7 @@ import Button from './Button' import api from '../lib/api' // constants -const BUTTON_COLOR = '#F6A623' +const BUTTON_COLOR = '#c198fb' const BUTTON_STYLE = { marginRight: '8px' } const DEBOUNCE_DURATION = 10000 diff --git a/components/Toolbar.js b/components/Toolbar.js index 39ffe35..86033ac 100644 --- a/components/Toolbar.js +++ b/components/Toolbar.js @@ -17,7 +17,7 @@ const Toolbar = (props) => (
-