From 92d77382099e76c6503a4c3112cf7194723bd672 Mon Sep 17 00:00:00 2001
From: Tangjinxia <1119518763@qq.com>
Date: Fri, 13 Aug 2021 17:18:25 +0800
Subject: [PATCH 1/2] =?UTF-8?q?BI-85228=20feat:=20=E4=BB=AA=E8=A1=A8?=
 =?UTF-8?q?=E6=9D=BF=E6=A0=B7=E5=BC=8F=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C?=
 =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/core/platform/web/dom.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/platform/web/dom.js b/src/core/platform/web/dom.js
index f8085ba13..70e30f780 100644
--- a/src/core/platform/web/dom.js
+++ b/src/core/platform/web/dom.js
@@ -186,9 +186,9 @@
                 return "";
             }
             if (this.isDarkColor(color)) {
-                return "#ffffff";
+                return "#AFB7C6";
             }
-            return "#1a1a1a";
+            return "#647185";
         },
 
         rgb2hex: function (rgbColour) {

From ce4ae2b72491465a63ee81bb509ef03ead44da37 Mon Sep 17 00:00:00 2001
From: Tangjinxia <1119518763@qq.com>
Date: Mon, 16 Aug 2021 13:57:20 +0800
Subject: [PATCH 2/2] =?UTF-8?q?BI-85228=20feat:=20=E4=BB=AA=E8=A1=A8?=
 =?UTF-8?q?=E6=9D=BF=E6=A0=B7=E5=BC=8F=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C?=
 =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/core/platform/web/dom.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/platform/web/dom.js b/src/core/platform/web/dom.js
index 70e30f780..63583c0c3 100644
--- a/src/core/platform/web/dom.js
+++ b/src/core/platform/web/dom.js
@@ -186,9 +186,9 @@
                 return "";
             }
             if (this.isDarkColor(color)) {
-                return "#AFB7C6";
+                return "#FFFFFF";
             }
-            return "#647185";
+            return "#3D4D66";
         },
 
         rgb2hex: function (rgbColour) {