From faa369db1ce841f5639ae5bd11f2a4098de76634 Mon Sep 17 00:00:00 2001 From: atzzCokeK Date: Wed, 19 Jun 2024 22:17:02 +0900 Subject: [PATCH] fix: 200 -> 300ms --- packages/smarthr-ui/src/components/Loader/Loader.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;