xiaoyi
2 天以前 f81e5811b9baaaea3645579a6cacad0f75f3d0db
src/packages/@core/preferences/src/update-css-variables.ts
@@ -1,7 +1,7 @@
import type { Preferences } from './types';
import { generatorColorVariables } from '..\..\base\shared\src\color';
import { updateCSSVariables as executeUpdateCSSVariables } from '..\..\base\shared\src\utils';
import { generatorColorVariables } from '../../base/shared/src/color';
import { updateCSSVariables as executeUpdateCSSVariables } from '../../base/shared/src/utils';
import { BUILT_IN_THEME_PRESETS } from './constants';