Skip to content

Commit d58239b

Browse files
chore(site): ignore chromatic changes on syntax highlight (#10839)
1 parent ddf5569 commit d58239b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/SyntaxHighlighter/SyntaxHighlighter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const SyntaxHighlighter: FC<{
3434

3535
return (
3636
<div
37+
data-chromatic="ignore"
3738
css={(theme) => ({
3839
padding: "8px 0",
3940
background: theme.palette.background.paper,

0 commit comments

Comments
 (0)