summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-04 09:23:45 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-04 09:23:45 +0900
commitebe4b84f14014cded8ebe7052deebc54df6e2c96 (patch)
tree75a4d04188e3a5da1ee2c95cfcfb44a6058d5930 /src/client/app/init.ts
parentUse vue-json-pretty (diff)
downloadsharkey-ebe4b84f14014cded8ebe7052deebc54df6e2c96.tar.gz
sharkey-ebe4b84f14014cded8ebe7052deebc54df6e2c96.tar.bz2
sharkey-ebe4b84f14014cded8ebe7052deebc54df6e2c96.zip
Fix bug
Diffstat (limited to 'src/client/app/init.ts')
-rw-r--r--src/client/app/init.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts
index 52cdbf6c60..de77e998c8 100644
--- a/src/client/app/init.ts
+++ b/src/client/app/init.ts
@@ -16,11 +16,11 @@ import App from './app.vue';
import checkForUpdate from './common/scripts/check-for-update';
import MiOS from './mios';
import { version, codename, lang, locale } from './config';
-import { builtinThemes, lightTheme, applyTheme } from './theme';
+import { builtinThemes, applyTheme, darkTheme } from './theme';
import Dialog from './common/views/components/dialog.vue';
if (localStorage.getItem('theme') == null) {
- applyTheme(lightTheme);
+ applyTheme(darkTheme);
}
//#region FontAwesome