From d2a3e718e497518f9c84f6143dd73aa37ee5e824 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 21 Feb 2023 09:31:51 -0800 Subject: [PATCH] Continue to bump the diff threshold --- web/components/chat/ChatTextField/ChatTextField.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.stories.tsx b/web/components/chat/ChatTextField/ChatTextField.stories.tsx index 6ef1bd417..d08a443ec 100644 --- a/web/components/chat/ChatTextField/ChatTextField.stories.tsx +++ b/web/components/chat/ChatTextField/ChatTextField.stories.tsx @@ -33,7 +33,7 @@ export default { component: ChatTextField, parameters: { fetchMock: mocks, - chromatic: { diffThreshold: 0.83 }, + chromatic: { diffThreshold: 0.85 }, design: { type: 'image',