🎨
This commit is contained in:
parent
fe453c15e3
commit
fb07116a4c
26 changed files with 343 additions and 180 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue