From 6c2e06b2ea12128bf69d0c62eb03ce64094a1a1c Mon Sep 17 00:00:00 2001 From: xaboy <309058341@qq.com> Date: Thu, 18 Oct 2018 19:50:37 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Notify:=20=E4=BF=AE=E5=A4=8D=20color?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98=20(#7?= =?UTF-8?q?83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/notify/index.wxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notify/index.wxml b/packages/notify/index.wxml index 19cf17e5..e55f859f 100644 --- a/packages/notify/index.wxml +++ b/packages/notify/index.wxml @@ -2,7 +2,7 @@ name="slide-down" show="{{ show }}" custom-class="van-notify" - custom-style="background-color:{{ backgroundColor }}" + custom-style="background-color:{{ backgroundColor }}; color: {{ color }}" > {{ text }}