Skip to content

Commit

Permalink
chore: fix chromatic screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ogunb committed Nov 21, 2023
1 parent cc018a3 commit 0c2561b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/notification/bl-notification.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ import { ifDefined } from "lit/directives/if-defined.js";
import { Meta, StoryObj } from "@storybook/web-components";
import type BlNotification from "./bl-notification";
import type { NotificationProps, Notification } from "./bl-notification";
import { fullscreenLayout } from "../../utilities/chromatic-decorators";

const meta: Meta = {
title: "Components/Notification",
component: "bl-notification",
parameters: {
chromatic: {
viewports: [1000]
},
},
decorators: [
fullscreenLayout,
],
argTypes: {
noAnimation: {
control: "boolean",
Expand Down

0 comments on commit 0c2561b

Please sign in to comment.