Skip to content

Commit 852e43c

Browse files
build(Colors.stories): disable chromatic snapshots
1 parent 1d1cffc commit 852e43c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/BaseStories/Colors.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import Heading from "../Heading"
1010

1111
const meta = {
1212
title: "Design System/Colors",
13+
parameters: {
14+
// Do not create snapshots for any stories in the file.
15+
chromatic: { disableSnapshot: true },
16+
},
1317
} satisfies Meta
1418

1519
export default meta

0 commit comments

Comments
 (0)