From f705127ce684d94a77e25b25f555db2c1c37b767 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Wed, 28 Apr 2021 16:20:34 +1200 Subject: [PATCH] Ran prettier --- ReactLearning/kanban-board/src/App.css | 7 ++----- ReactLearning/kanban-board/src/components/Header.tsx | 2 +- ReactLearning/kanban-board/src/components/Modal.tsx | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ReactLearning/kanban-board/src/App.css b/ReactLearning/kanban-board/src/App.css index 18a3116..bb44be6 100644 --- a/ReactLearning/kanban-board/src/App.css +++ b/ReactLearning/kanban-board/src/App.css @@ -42,7 +42,7 @@ html { padding: 5px; flex-wrap: nowrap; } -.panel{ +.panel { display: flex; flex-direction: row; flex-wrap: nowrap; @@ -95,17 +95,14 @@ html { } .modal-main button:last-of-type { - margin: auto; display: block; - background-color: darkRed; - color: #CCC + color: #ccc; } .modal-main button { - display: block; text-align: center; diff --git a/ReactLearning/kanban-board/src/components/Header.tsx b/ReactLearning/kanban-board/src/components/Header.tsx index 109fe0a..7bcb859 100644 --- a/ReactLearning/kanban-board/src/components/Header.tsx +++ b/ReactLearning/kanban-board/src/components/Header.tsx @@ -180,7 +180,7 @@ class Header extends React.Component { -

Lets add a column! 🤔

+

Lets add a column! 🤔