Skip to content

Commit

Permalink
docs: fix demo (#5832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Jun 6, 2024
1 parent d935863 commit 18590a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/site/examples/feature/default/demo/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const themes = {
'🌞 Light': {
theme: 'light',
node: {
style: { size: 4 },
palette: {
type: 'group',
field: 'cluster',
Expand All @@ -14,6 +15,7 @@ const themes = {
'🌚 Dark': {
theme: 'dark',
node: {
style: { size: 4 },
palette: {
type: 'group',
field: 'cluster',
Expand All @@ -24,6 +26,7 @@ const themes = {
'🌎 Blue': {
theme: 'light',
node: {
style: { size: 4 },
palette: {
type: 'group',
field: 'cluster',
Expand All @@ -37,6 +40,7 @@ const themes = {
background: '#fcf9f1',
theme: 'light',
node: {
style: { size: 4 },
palette: {
type: 'group',
field: 'cluster',
Expand Down

0 comments on commit 18590a5

Please sign in to comment.