diff --git a/packages/smarthr-ui/src/components/Loader/Loader.stories.tsx b/packages/smarthr-ui/src/components/Loader/Loader.stories.tsx index 84f10d5057..dd2a501eec 100644 --- a/packages/smarthr-ui/src/components/Loader/Loader.stories.tsx +++ b/packages/smarthr-ui/src/components/Loader/Loader.stories.tsx @@ -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;