Skip to content

Commit

Permalink
chore(Tooltip): clean up bad story parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed May 8, 2024
1 parent 9c27510 commit c6c7e30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Tooltip/Tooltip-v2.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ const defaultArgs = {
// this turns animation off to ensure stable visual snapshots
duration: 0,
visible: true,
parameters: {
chromatic: {
delay: 300,
},
},
};

export default {
Expand Down Expand Up @@ -46,6 +41,7 @@ export default {
layout: 'centered',
badges: ['intro-1.0', 'current-2.0'],
chromatic: {
delay: 300,
diffThreshold,
diffIncludeAntiAliasing: false,
},
Expand Down

0 comments on commit c6c7e30

Please sign in to comment.