This commit is contained in:
MathieuG-P
2022-07-19 20:50:06 +02:00
parent 236a1be31e
commit 0fac3da409
+1 -1
View File
@@ -19,7 +19,7 @@ export default function App() {
if(themeService.isDark || (themeService.isOS && window.matchMedia('(prefers-color-scheme: dark)').matches)){ document.documentElement.classList.add('dark'); }
else { document.documentElement.classList.remove('dark'); }
});
}, [])
}, []);
return (