Commit 24ea6e70 authored by ColinCll's avatar ColinCll

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.
parent b70da53f
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
color: mix($--color-primary, rgb(158, 68, 0), 50%); color: $--color-text-secondary;
} }
@include e(drop-indicator) { @include e(drop-indicator) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment