From daade6bf4b385c2f5178bed6a7313a75137c4390 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Wed, 26 Feb 2020 21:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20UI:=20=20Fixed=20color=20not=20w?= =?UTF-8?q?orking=20close=20#6014?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index ddd35885..2f16ac4d 100644 --- a/config/config.ts +++ b/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, -- GitLab