5 天以前 b7eb1da8220f5b72f6891c3c6471ca386604cce4
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';