Преглед изворни кода

💄 UI: Fixed color not working
close #6014

chenshuai2144 пре 5 година
родитељ
комит
daade6bf4b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -144,7 +144,7 @@ export default {
   // Theme for antd: https://ant.design/docs/react/customize-theme-cn
   theme: {
     // ...darkTheme,
-    primaryColor: defaultSettings.primaryColor,
+    'primary-color': defaultSettings.primaryColor,
   },
   define: {
     REACT_APP_ENV: REACT_APP_ENV || false,