From a255c97f44b8f3dd0bf6d192584922b32020b244 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 10 Dec 2025 21:18:42 -0500 Subject: [PATCH] update frontend --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 1d3ec3f..c2c26ad 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -7,7 +7,7 @@ const MapView = React.lazy(() => import("./components/Map/MapView")); const THEME_KEY = "sociowire:theme"; export default function App() { - const [theme, setTheme] = useState("dark"); + const [theme, setTheme] = useState("blue"); // charge le thème au démarrage useEffect(() => {