Skip to content

Commit 5fbf729

Browse files
committed
Increase threshold
1 parent d4ce3e7 commit 5fbf729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/src/pages/OrganizationSettingsPage/CustomRolesPage/PermissionPillsList.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const meta: Meta<typeof PermissionPillsList> = {
1515
],
1616
parameters: {
1717
chromatic: {
18-
diffThreshold: 0.5,
18+
diffThreshold: 0.6,
1919
},
2020
},
2121
};

site/src/pages/WorkspacePage/WorkspaceTopbar.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const meta: Meta<typeof WorkspaceTopbar> = {
3939
layout: "fullscreen",
4040
features: ["advanced_template_scheduling"],
4141
chromatic: {
42-
diffThreshold: 0.3,
42+
diffThreshold: 0.6,
4343
},
4444
},
4545
};
@@ -321,7 +321,7 @@ export const TemplateInfoPopover: Story = {
321321
},
322322
parameters: {
323323
chromatic: {
324-
diffThreshold: 0.3,
324+
diffThreshold: 0.6,
325325
},
326326
},
327327
};

0 commit comments

Comments
 (0)