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] =?UTF-8?q?BI-85228=20feat:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E4=BC=98?= =?UTF-8?q?=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) {