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,