Browse Source

[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
3.0.0/version-upgrade
labbomb 3 years ago committed by GitHub
parent
commit
09f70353b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/src/themes/modules/dark.ts

1
dolphinscheduler-ui-next/src/themes/modules/dark.ts

@ -18,6 +18,7 @@
const dark = {
common: {
bodyColor: '#141414',
baseColor: '#f8f8fc',
/**************** Brand color */
primaryColor: '#177ddc',

Loading…
Cancel
Save