mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
nothing
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user