"...composable_kernel.git" did not exist on "5d89c6f39ec93f35f7e24649a24d491662e8c856"
Commit 27153ddb authored by Danny Liu's avatar Danny Liu
Browse files

remove unused variable

parent b94dc767
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
function applyTheme(theme: string) { function applyTheme(theme: string) {
localStorage.theme = theme; localStorage.theme = theme;
const themeClassList = document.documentElement.classList;
if (theme === 'system') { if (theme === 'system') {
updateSystemTheme(); updateSystemTheme();
return; return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment