We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2862bf8 commit 12476f6Copy full SHA for 12476f6
packages/storybook/stories/Components/Stepper.stories.tsx
@@ -4,9 +4,6 @@ import { createComponentStories, formatMessage } from "../util";
4
const { defaultExport, createStory } = createComponentStories({
5
component: Stepper,
6
args: {},
7
- parameters: {
8
- backgrounds: { default: "neutral10" },
9
- },
10
});
11
12
export default defaultExport;
0 commit comments