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