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 (