From fb07116a4cad350c93b29b90f92a29a26deb1c83 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 19 Oct 2020 13:17:11 +0900 Subject: :art: --- src/client/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/init.ts') diff --git a/src/client/init.ts b/src/client/init.ts index 96e8e90552..4a08f09997 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -51,7 +51,7 @@ if (_DEV_) { document.addEventListener('touchend', () => {}, { passive: true }); if (localStorage.getItem('theme') == null) { - applyTheme(require('@/themes/white.json5')); + applyTheme(require('@/themes/l-white.json5')); } //#region SEE: https://css-tricks.com/the-trick-to-viewport-units-on-mobile/ -- cgit v1.2.3-freya