Просмотр исходного кода

Merge pull request #14331 from ColinCLL/dev

Tree: Empty-text tips are different from tables
Zhi Cun 6 лет назад
Родитель
Сommit
6231a39361
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/theme-chalk/src/tree.scss

+ 1 - 1
packages/theme-chalk/src/tree.scss

@@ -22,7 +22,7 @@
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
-    color: mix($--color-primary, rgb(158, 68, 0), 50%);
+    color: $--color-text-secondary;
   }
 
   @include e(drop-indicator) {