Skip to content

Commit 12476f6

Browse files
committed
remove background setting from Stepper stories
1 parent 2862bf8 commit 12476f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/storybook/stories/Components/Stepper.stories.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { createComponentStories, formatMessage } from "../util";
44
const { defaultExport, createStory } = createComponentStories({
55
component: Stepper,
66
args: {},
7-
parameters: {
8-
backgrounds: { default: "neutral10" },
9-
},
107
});
118

129
export default defaultExport;

0 commit comments

Comments
 (0)