From d98979f2dd1914215075d855cb92614481e85cb9 Mon Sep 17 00:00:00 2001 From: Yutsuo Date: Thu, 23 Jan 2020 12:37:40 -0300 Subject: [PATCH] update --- src/App.css | 2 +- src/App.js | 2 +- src/components/create-todo.component.js | 112 +++++++++++++++++++++++- 3 files changed, 112 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index db1933c..9a90e39 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,3 @@ Body { - background-color: gray!important; + /* background-color: gray!important; */ } \ No newline at end of file diff --git a/src/App.js b/src/App.js index 89ad3f7..89307c2 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ function App() { return (
-