Skip to content

Commit

Permalink
fix: chromatic (to be tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Dec 11, 2023
1 parent 4ca0bd6 commit db2b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/image/image.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const NoCaptionNoRadius: StoryObj = {
const meta: Meta = {
decorators: [(story) => html` <div style="max-width: 1000px;">${story()}</div> `],
parameters: {
chromatic: { diffThreshold: 0.25, delay: 10000 },
chromatic: { diffThreshold: 1, delay: 10000 },
docs: {
extractComponentDescription: () => readme,
},
Expand Down

0 comments on commit db2b4c9

Please sign in to comment.