Skip to content

Commit

Permalink
docs(FeedbackButton): change default color to primary so that button …
Browse files Browse the repository at this point in the history
…is more visible
  • Loading branch information
Brian-Holland committed Sep 13, 2024
1 parent 8ef26f5 commit 2a09008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FeedbackButton/FeedbackButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Default: Story = {
args: {
backdrop: false,
className: '',
color: 'default',
color: 'primary',
disabled: false,
doSubmit: async () => {
action('doSubmit');
Expand All @@ -48,7 +48,7 @@ export const AllProps: Story = {
block: true,
cancelButtonText: 'Cancel',
className: '',
color: 'default',
color: 'primary',
commentIncluded: false,
commentPlaceholder: 'Please give as much detail as you can. Thanks!',
commentRequired: false,
Expand Down

0 comments on commit 2a09008

Please sign in to comment.