Skip to content

Commit b2a1d4e

Browse files
committed
Accommodate animation flake
1 parent 3a0301a commit b2a1d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/frontpage/components/home/manager/manager.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default {
55
component: Manager,
66
parameters: {
77
layout: 'fullscreen',
8+
chromatic: {
9+
diffThreshold: 0.2, // Accommodate animation flake
10+
}
811
}
912
};
1013

0 commit comments

Comments
 (0)