Fix theme import (#8749)

This commit is contained in:
tamaina
2022-05-28 21:59:23 +09:00
committed by GitHub
parent 708fba989a
commit 4a50c49211
5 changed files with 46 additions and 31 deletions

View File

@@ -75,7 +75,9 @@ import FormButton from '@/components/ui/button.vue';
import FormTextarea from '@/components/form/textarea.vue';
import FormFolder from '@/components/form/folder.vue';
import { Theme, applyTheme, darkTheme, lightTheme } from '@/scripts/theme';
import { Theme, applyTheme } from '@/scripts/theme';
import lightTheme from '@/themes/_light.json5';
import darkTheme from '@/themes/_dark.json5';
import { host } from '@/config';
import * as os from '@/os';
import { ColdDeviceStorage, defaultStore } from '@/store';