summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/button.stories.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-06 19:17:15 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-06 19:17:15 +0200
commit51889773b12c576dc199fc84d0188f822ac7baae (patch)
treed79897d463f2517573f6dfce2d1bd27ca476eb28 /src/components/atoms/buttons/button.stories.tsx
parent47e12259d512e476326e83929efebf036b57f7c1 (diff)
chore: add a HelpButton component
I also added a new shape to the button base.
Diffstat (limited to 'src/components/atoms/buttons/button.stories.tsx')
-rw-r--r--src/components/atoms/buttons/button.stories.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/buttons/button.stories.tsx b/src/components/atoms/buttons/button.stories.tsx
index bec5e5d..9f4061b 100644
--- a/src/components/atoms/buttons/button.stories.tsx
+++ b/src/components/atoms/buttons/button.stories.tsx
@@ -80,7 +80,7 @@ export default {
type: 'select',
},
description: 'The link shape.',
- options: ['rectangle', 'square'],
+ options: ['circle', 'rectangle', 'square'],
table: {
category: 'Options',
defaultValue: { summary: 'rectangle' },