From 9fb84162ad6e899d278d4968a00dc9b4a9cc285c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Sat, 9 May 2020 11:17:30 +0800 Subject: [PATCH] update demo label --- doric-demo/src/EffectsDemo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-demo/src/EffectsDemo.ts b/doric-demo/src/EffectsDemo.ts index 0d62d10d..f05f5165 100644 --- a/doric-demo/src/EffectsDemo.ts +++ b/doric-demo/src/EffectsDemo.ts @@ -629,7 +629,7 @@ class EffectsDemo extends Panel { }), vlayout( [ - label("Gradient TR_BL"), + label("Multi-Grad TR_BL"), box().apply({ width: 100, height: 100, @@ -734,7 +734,7 @@ class EffectsDemo extends Panel { }), vlayout( [ - label("Gradient LEFT_RIGHT"), + label("Multi-Grad LEFT_RIGHT"), box().apply({ width: 100, height: 100,