aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/button.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/buttons/button.stories.tsx')
-rw-r--r--src/components/atoms/buttons/button.stories.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/atoms/buttons/button.stories.tsx b/src/components/atoms/buttons/button.stories.tsx
index 1061d83..d47a1ea 100644
--- a/src/components/atoms/buttons/button.stories.tsx
+++ b/src/components/atoms/buttons/button.stories.tsx
@@ -65,7 +65,7 @@ export default {
type: 'select',
},
description: 'Button kind.',
- options: ['primary', 'secondary', 'tertiary'],
+ options: ['primary', 'secondary', 'tertiary', 'neutral'],
table: {
category: 'Options',
defaultValue: { summary: 'secondary' },
@@ -93,7 +93,7 @@ export default {
type: 'select',
},
description: 'The link shape.',
- options: ['circle', 'rectangle', 'square'],
+ options: ['circle', 'rectangle', 'square', 'initial'],
table: {
category: 'Options',
defaultValue: { summary: 'rectangle' },