From 98f198c74afb83a531dc6824760c2cb29e323626 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 24 Aug 2021 20:16:59 +0200 Subject: [PATCH] simple dark mode --- public/index.html | 4 ++-- src/App.tsx | 2 +- src/components/Breadcrum.tsx | 2 +- src/components/FileBrowser.tsx | 6 +++--- src/components/FileBrowserContextMenu.tsx | 4 ++-- src/components/FileBrowserElement.tsx | 2 +- src/components/Modal.tsx | 4 ++-- tailwind.config.js | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/public/index.html b/public/index.html index 89e08a8..e372c68 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ React App - +
diff --git a/src/App.tsx b/src/App.tsx index 3d1d69c..cf14b69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import FileBrowser from "./components/FileBrowser" const App: React.FC = () => { return ( -
+
) diff --git a/src/components/Breadcrum.tsx b/src/components/Breadcrum.tsx index c0d9250..789d6c4 100644 --- a/src/components/Breadcrum.tsx +++ b/src/components/Breadcrum.tsx @@ -11,7 +11,7 @@ const Breadcrum: React.FC = (props) => { const parts = props.path.split("/").filter(e=>e.length > 0) return ( -