Skip to content

Commit

Permalink
Adds theme next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed May 29, 2024
1 parent d9aa878 commit 6ae6e45
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/core/stories/text/text.qa.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,20 @@ export const AllVariantsGrid: StoryFn<QAContainerProps> = (props) => (
);

AllVariantsGrid.parameters = {
chromatic: { disableSnapshot: false },
chromatic: {
disableSnapshot: false,
modes: {
theme: {
themeNext: "disabled",
},
themeNext: {
themeNext: "enabled",
corner: "rounded",
accent: "teal",
// Ignore headingFont given font is not loaded
},
},
},
};

export const NoStyleInjectionGrid: StoryFn<QAContainerNoStyleInjectionProps> = (
Expand Down

0 comments on commit 6ae6e45

Please sign in to comment.