From 24ea6e705487a5ce2f17e427e0425c078ecaa517 Mon Sep 17 00:00:00 2001 From: ColinCll <245839124@qq.com> Date: Tue, 12 Feb 2019 11:03:11 +0800 Subject: [PATCH] Tree: Empty-text tips are different from tables There is a color difference between the tree and the table empty-text.And I think use `$--color-text-secondary` is more sense. --- packages/theme-chalk/src/tree.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-chalk/src/tree.scss b/packages/theme-chalk/src/tree.scss index 3d4e4775b..8d4591f9a 100644 --- a/packages/theme-chalk/src/tree.scss +++ b/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) {