Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement new SnackBar design #5515

Merged
merged 10 commits into from
May 23, 2024
Prev Previous commit
Next Next commit
fix: disable Chromatic snapshot for SnackBar animated story
  • Loading branch information
thaisguigon committed May 22, 2024
commit b51f171fa4a334ba02ed0222fe509ca15514acac
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ type Story = StoryObj<typeof SnackBar>;

export const Default: Story = {
decorators: [ComponentDecorator],
parameters: {
chromatic: { disableSnapshot: true },
},
};

export const Catalog: CatalogStory<Story, typeof SnackBar> = {
Expand Down
Loading