From 650ee6a78cca96778982bc9343e8940f3e99e9ba Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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'));
 }