Merge remote-tracking branch 'refs/remotes/misskey-dev/master'

Conflicts:
	package.json
	packages/client/src/components/MkButton.vue
	packages/client/src/components/ui/button.vue
	packages/client/src/pages/timeline.tutorial.vue
This commit is contained in:
2022-09-10 21:24:53 +09:00
373 changed files with 3168 additions and 2416 deletions

View File

@ -95,6 +95,10 @@
}
}
}
const colorSchema = localStorage.getItem('colorSchema');
if (colorSchema) {
document.documentElement.style.setProperty('color-schema', colorSchema);
}
//#endregion
const fontSize = localStorage.getItem('fontSize');