Skip to content

Commit

Permalink
fix: 200 -> 300ms
Browse files Browse the repository at this point in the history
  • Loading branch information
atzzCokeK committed Jun 19, 2024
1 parent 719e972 commit faa369d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const All: StoryFn = () => (
</>
)
All.storyName = 'all'
All.parameters = { withTheming: true, chromatic: { delay: 200 } }
All.parameters = { withTheming: true, chromatic: { delay: 300 } }

const Wrapper = styled.div`
padding: 24px;
Expand Down

0 comments on commit faa369d

Please sign in to comment.