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] =?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 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) {