diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 13:17:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 13:17:11 +0900 |
| commit | fb07116a4cad350c93b29b90f92a29a26deb1c83 (patch) | |
| tree | 0393f268a6e2425d42d73c7731143e066299b543 /src/client/init.ts | |
| parent | ページのセクション内などが表示されない問題を修正 (#6746) (diff) | |
| download | misskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.tar.gz misskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.tar.bz2 misskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.zip | |
:art:
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |