xiaoyi
4 天以前 5c243d9d05da668a32b1bc9a4f543ea081488d11
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';