From e61c5012cf710699f4ce72dacb32a0ae295521b8 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 21 Nov 2021 18:44:32 -0600 Subject: [PATCH] =?UTF-8?q?fix(web):=20=F0=9F=90=9B=20some=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 2 +- web/src/components/Description.tsx | 3 +-- .../listsTable/ListsTable.module.css | 27 ------------------- web/src/components/listsTable/ListsTable.tsx | 12 +-------- web/src/hooks/useTablePageSizer.tsx | 4 +-- web/src/index.css | 9 +++++-- 6 files changed, 12 insertions(+), 45 deletions(-) delete mode 100644 web/src/components/listsTable/ListsTable.module.css diff --git a/web/src/App.tsx b/web/src/App.tsx index e36f5d180..e75b9eea1 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -41,7 +41,7 @@ export const App: React.FC = () => (