mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +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 {
|
||||
title: 'owncast/Layout/Header',
|
||||
component: Header,
|
||||
parameters: {},
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.75 },
|
||||
},
|
||||
} as ComponentMeta<typeof Header>;
|
||||
|
||||
const Template: ComponentStory<typeof Header> = args => (
|
||||
|
|
Loading…
Reference in a new issue