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) => (
-