From 18590a509f8f30e1c4558e090dd2b9c88af150e8 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 6 Jun 2024 14:52:38 +0800 Subject: [PATCH] docs: fix demo (#5832) --- packages/site/examples/feature/default/demo/theme.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/site/examples/feature/default/demo/theme.js b/packages/site/examples/feature/default/demo/theme.js index 452ddb666e..2d4ce5f2c3 100644 --- a/packages/site/examples/feature/default/demo/theme.js +++ b/packages/site/examples/feature/default/demo/theme.js @@ -4,6 +4,7 @@ const themes = { '🌞 Light': { theme: 'light', node: { + style: { size: 4 }, palette: { type: 'group', field: 'cluster', @@ -14,6 +15,7 @@ const themes = { '🌚 Dark': { theme: 'dark', node: { + style: { size: 4 }, palette: { type: 'group', field: 'cluster', @@ -24,6 +26,7 @@ const themes = { '🌎 Blue': { theme: 'light', node: { + style: { size: 4 }, palette: { type: 'group', field: 'cluster', @@ -37,6 +40,7 @@ const themes = { background: '#fcf9f1', theme: 'light', node: { + style: { size: 4 }, palette: { type: 'group', field: 'cluster',