Explorar el Código

bugfix: default the property of primarycolor

close #6002
chenshuai2144 hace 5 años
padre
commit
4c9aa88004
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config/config.ts

+ 2 - 0
config/config.ts

@@ -4,6 +4,7 @@ import slash from 'slash2';
 import themePluginConfig from './themePluginConfig';
 import themePluginConfig from './themePluginConfig';
 import proxy from './proxy';
 import proxy from './proxy';
 import webpackPlugin from './plugin.config';
 import webpackPlugin from './plugin.config';
+import { primaryColor } from './defaultSettings';
 
 
 const { pwa } = defaultSettings;
 const { pwa } = defaultSettings;
 
 
@@ -144,6 +145,7 @@ export default {
   // Theme for antd: https://ant.design/docs/react/customize-theme-cn
   // Theme for antd: https://ant.design/docs/react/customize-theme-cn
   theme: {
   theme: {
     // ...darkTheme,
     // ...darkTheme,
+    primaryColor,
   },
   },
   define: {
   define: {
     REACT_APP_ENV: REACT_APP_ENV || false,
     REACT_APP_ENV: REACT_APP_ENV || false,