[web-app]bugfix深色主题适配

This commit is contained in:
tomsun28
2022-03-05 10:10:36 +08:00
parent a6c3384e3e
commit 326cc35199
2 changed files with 4 additions and 1 deletions

View File

@@ -52,5 +52,8 @@
.ant-checkbox-wrapper {
color: fade(@white, 45%);
}
.other {
color: fade(@white, 45%);
}
}
}

File diff suppressed because one or more lines are too long