Skip to content

Commit 63b6ca4

Browse files
committed
docs(FeedbackButton): change default color to primary so that button is more visible
1 parent 8ef26f5 commit 63b6ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FeedbackButton/FeedbackButton.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Default: Story = {
2929
args: {
3030
backdrop: false,
3131
className: '',
32-
color: 'default',
32+
color: 'primary',
3333
disabled: false,
3434
doSubmit: async () => {
3535
action('doSubmit');
@@ -48,7 +48,7 @@ export const AllProps: Story = {
4848
block: true,
4949
cancelButtonText: 'Cancel',
5050
className: '',
51-
color: 'default',
51+
color: 'primary',
5252
commentIncluded: false,
5353
commentPlaceholder: 'Please give as much detail as you can. Thanks!',
5454
commentRequired: false,

0 commit comments

Comments
 (0)