[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
This commit is contained in:
labbomb 2022-03-01 15:50:58 +08:00 committed by GitHub
parent 3c832ccef0
commit 09f70353b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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