You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/12/29 13:25:09 UTC

[incubator-echarts-examples] branch next updated: optimize text color of option outline

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git


The following commit(s) were added to refs/heads/next by this push:
     new 6a506fc  optimize text color of option outline
6a506fc is described below

commit 6a506fc7b2bd89e9ef08149d5e67f651b282a4a6
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Dec 29 21:01:44 2020 +0800

    optimize text color of option outline
---
 src/editor/object-visualizer.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/editor/object-visualizer.css b/src/editor/object-visualizer.css
index cffe25d..372a9fd 100644
--- a/src/editor/object-visualizer.css
+++ b/src/editor/object-visualizer.css
@@ -5,7 +5,7 @@
     padding: 10px;
     /* font-family: Menlo; */
     font-size: 0.6em;
-    line-height: 1.6;
+    line-height: 1.7;
   }
 
   .array > .value,
@@ -17,7 +17,7 @@
 
   .key {
     /* color: #4078f2; */
-    color: #792828;
+    color: #111;
     user-select: none;
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org