We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef26f5 commit 63b6ca4Copy full SHA for 63b6ca4
src/components/FeedbackButton/FeedbackButton.stories.tsx
@@ -29,7 +29,7 @@ export const Default: Story = {
29
args: {
30
backdrop: false,
31
className: '',
32
- color: 'default',
+ color: 'primary',
33
disabled: false,
34
doSubmit: async () => {
35
action('doSubmit');
@@ -48,7 +48,7 @@ export const AllProps: Story = {
48
block: true,
49
cancelButtonText: 'Cancel',
50
51
52
commentIncluded: false,
53
commentPlaceholder: 'Please give as much detail as you can. Thanks!',
54
commentRequired: false,
0 commit comments