Skip to content

Commit

Permalink
fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Aug 12, 2024
1 parent 7d018e1 commit 288ec51
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions packages/react/src/Text/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ Playground.argTypes = {
disable: true,
},
},
theme: {
controls: false,
table: {
disable: true,
},
},
ref: {
controls: false,
table: {
Expand All @@ -49,4 +43,16 @@ Playground.argTypes = {
disable: true,
},
},
size: {
control: {
type: 'radio',
},
options: ['small', 'medium', 'large'],
},
weight: {
control: {
type: 'radio',
},
options: ['light', 'normal', 'medium', 'semibold'],
},
}

0 comments on commit 288ec51

Please sign in to comment.