Set a diff threshold to header story

This commit is contained in:
Gabe Kangas 2023-01-30 15:33:09 -08:00
parent 28bbb85a4a
commit 23d2a4dab5
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -6,7 +6,9 @@ import { Header } from './Header';
export default {
title: 'owncast/Layout/Header',
component: Header,
parameters: {},
parameters: {
chromatic: { diffThreshold: 0.75 },
},
} as ComponentMeta<typeof Header>;
const Template: ComponentStory<typeof Header> = args => (