This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 09f7035 [Feature][UI Next][V1.0.0-Alpha]Adjust font color in dark
mode (#8606)
09f7035 is described below
commit 09f70353b8c7fe73efac9674998120f11f398a51
Author: labbomb <[email protected]>
AuthorDate: Tue Mar 1 15:50:58 2022 +0800
[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 39b0348..46c4dce 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',