From 167da988da1db7fb6fba61623f71efd49876f538 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 26 Dec 2020 23:18:51 +0900 Subject: [PATCH] :sparkles: --- src/client/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/init.ts b/src/client/init.ts index 5d9828af0..4af6f2578 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -87,7 +87,7 @@ if (_DEV_) { // タッチデバイスでCSSの:hoverを機能させる document.addEventListener('touchend', () => {}, { passive: true }); -if (localStorage.getItem('theme') == null) { +if (localStorage.theme == null) { applyTheme(require('@/themes/l-light.json5')); }