From 3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 3 Jul 2018 12:38:22 +0100 Subject: Better layout with CSS. Changed favicon & title. --- public/favicon.ico | Bin 3870 -> 318 bytes public/index.html | 2 +- src/App.css | 130 ++++++++++++++++++++++++++++++++------------------ src/App.js | 64 ++++++++++++++----------- src/ColorIndicator.js | 13 ++--- src/FrameControl.js | 78 +++++++++++++++++------------- src/PaintArea.js | 31 +++--------- src/Palette.js | 32 +++---------- src/Toolkit.js | 3 +- 9 files changed, 185 insertions(+), 168 deletions(-) diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..9f9feae 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index ed0ebaf..300c1e9 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Unicorn Paint!