From 368ad96929ac23db5fdfb70d517e9e04a6e024aa Mon Sep 17 00:00:00 2001 From: Hefeng <1057605508@qq.com> Date: Wed, 23 Aug 2023 16:28:34 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=93=9D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/firstui/fui-theme/fui-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/firstui/fui-theme/fui-theme.css b/components/firstui/fui-theme/fui-theme.css index 9fbfb2a..ed6bd19 100644 --- a/components/firstui/fui-theme/fui-theme.css +++ b/components/firstui/fui-theme/fui-theme.css @@ -8,7 +8,7 @@ /* #ifndef APP-NVUE */ page { /* 行为相关颜色 */ - --fui-color-primary: #465CFF; + --fui-color-primary: #2979FF; --fui-color-success: #09BE4F; --fui-color-warning: #FFB703; --fui-color-danger: #FF2B2B; @@ -27,7 +27,7 @@ page { --fui-color-minor: #CCCCCC; --fui-color-white: #FFFFFF; /* 链接颜色 */ - --fui-color-link: #465CFF; + --fui-color-link: #2979FF; /* 背景颜色 */