From 4a107e1608b5c30116dd00ee4d334d35974ecd66 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 21 Apr 2021 16:04:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Switch=20default=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/frontend/src/App.js b/code/frontend/src/App.js index 92d4839..50a7b86 100644 --- a/code/frontend/src/App.js +++ b/code/frontend/src/App.js @@ -11,7 +11,7 @@ import ContextTheme from "./contexts/ContextTheme" export default function App() { - const [theme, ] = useState("ThemeLight"); + const [theme, ] = useState("ThemeDark"); return (