From c50690d0b66a49081ef14fb6b20115582959cefd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 21 Apr 2021 00:37:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Rename=20theme-x=20to=20ThemeX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/App.js | 2 +- code/frontend/src/index.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/frontend/src/App.js b/code/frontend/src/App.js index 593efa9..3f90e96 100644 --- a/code/frontend/src/App.js +++ b/code/frontend/src/App.js @@ -5,7 +5,7 @@ import Box from "./components/Box" export default function App() { - const [theme, ] = useState("theme-dark"); + const [theme, ] = useState("ThemeDark"); return (