zhengyiming
3 天以前 206fc12a937f65e4b58fbb10a5dc916cecef7625
src/style/element/index.scss
@@ -1,4 +1,5 @@
/* stylelint-disable */
@use 'sass:map';
@use '../var.scss' as *;
// @forward 'element-plus/theme-chalk/src/mixins/config.scss' with (
@@ -8,13 +9,13 @@
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
  $colors: (
    'primary': (
      'base': map-get($bole-colors, 'primary', 'base'),
      'base': map.get($bole-colors, 'primary', 'base'),
    ),
  ),
  $text-color: (
    'primary': map-get($bole-text-color, 'primary'),
    'regular': map-get($bole-text-color, 'regular'),
    'secondary': map-get($bole-text-color, 'secondary'),
    'primary': map.get($bole-text-color, 'primary'),
    'regular': map.get($bole-text-color, 'regular'),
    'secondary': map.get($bole-text-color, 'secondary'),
  )
);