diff options
Diffstat (limited to 'src/components/atoms/lists/list.stories.tsx')
| -rw-r--r-- | src/components/atoms/lists/list.stories.tsx | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/components/atoms/lists/list.stories.tsx b/src/components/atoms/lists/list.stories.tsx index 6256e81..30079cb 100644 --- a/src/components/atoms/lists/list.stories.tsx +++ b/src/components/atoms/lists/list.stories.tsx @@ -8,13 +8,13 @@ export default {      kind: 'unordered',    },    argTypes: { -    classes: { +    className: {        control: {          type: 'text',        }, -      description: 'Add additional classes to the list element.', +      description: 'Set additional classnames to the list wrapper',        table: { -        category: 'Options', +        category: 'Styles',        },        type: {          name: 'string', | 
