Browse Source

.dark-pro-table-list-toolbar-title 暗黑标题颜色错

visuddhinanda 3 years ago
parent
commit
94ca48fbae
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dashboard/src/theme/antpro.dark.css

+ 3 - 0
dashboard/src/theme/antpro.dark.css

@@ -20,3 +20,6 @@
 .dark-pro-card .dark-pro-card-title {
   color: rgba(150, 150, 150, 0.88);
 }
+.dark-pro-table-list-toolbar-title {
+  color: unset;
+}