mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Set a diff threshold to header story
This commit is contained in:
parent
28bbb85a4a
commit
23d2a4dab5
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ import { Header } from './Header';
|
||||||
export default {
|
export default {
|
||||||
title: 'owncast/Layout/Header',
|
title: 'owncast/Layout/Header',
|
||||||
component: Header,
|
component: Header,
|
||||||
parameters: {},
|
parameters: {
|
||||||
|
chromatic: { diffThreshold: 0.75 },
|
||||||
|
},
|
||||||
} as ComponentMeta<typeof Header>;
|
} as ComponentMeta<typeof Header>;
|
||||||
|
|
||||||
const Template: ComponentStory<typeof Header> = args => (
|
const Template: ComponentStory<typeof Header> = args => (
|
||||||
|
|
Loading…
Reference in a new issue