Skip to content

Commit 66b4026

Browse files
committed
fix(quickaction): storybook using wrong root class
The wrong root class for quickaction was being used in Storybook, resulting in missing styles.
1 parent a28ad50 commit 66b4026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/quickaction/stories/quickaction.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
},
3838
},
3939
args: {
40-
rootClass: "spectrum-QuickAction",
40+
rootClass: "spectrum-QuickActions",
4141
isOpen: true,
4242
textOnly: false,
4343
},

0 commit comments

Comments
 (0)