From 09f70353b8c7fe73efac9674998120f11f398a51 Mon Sep 17 00:00:00 2001 From: labbomb <739955946@qq.com> Date: Tue, 1 Mar 2022 15:50:58 +0800 Subject: [PATCH] [Feature][UI Next][V1.0.0-Alpha]Adjust font color in dark mode (#8606) * Added theme color modification field * Adjust font color in dark mode --- dolphinscheduler-ui-next/src/themes/modules/dark.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dolphinscheduler-ui-next/src/themes/modules/dark.ts b/dolphinscheduler-ui-next/src/themes/modules/dark.ts index 39b0348900..46c4dceb8b 100644 --- a/dolphinscheduler-ui-next/src/themes/modules/dark.ts +++ b/dolphinscheduler-ui-next/src/themes/modules/dark.ts @@ -18,6 +18,7 @@ const dark = { common: { bodyColor: '#141414', + baseColor: '#f8f8fc', /**************** Brand color */ primaryColor: '#177ddc',