diff --git a/packages/storybook/stories/components/modal/modal.stories.ts b/packages/storybook/stories/components/modal/modal.stories.ts index c229ff31fb..05471441bc 100644 --- a/packages/storybook/stories/components/modal/modal.stories.ts +++ b/packages/storybook/stories/components/modal/modal.stories.ts @@ -16,15 +16,15 @@ export default meta; export const Demo: StoryObj = { render: (args) => html` - + ${unsafeHTML(args.content)} ${unsafeHTML(args.actions)} @@ -48,14 +48,12 @@ export const Demo: StoryObj = { }, color: { table: { - category: CONTROL_CATEGORY.general, + category: CONTROL_CATEGORY.design, defaultValue: { summary: ODS_MODAL_COLOR.information }, type: { summary: ODS_MODAL_COLORS }, }, - control: { - type: 'select', - options: ODS_MODAL_COLORS, - }, + control: { type: 'select' }, + options: ODS_MODAL_COLORS, }, content: { table: { @@ -104,7 +102,7 @@ export const Overview: StoryObj = { @@ -148,7 +146,7 @@ export const CustomCSS: StoryObj = { @@ -234,7 +232,7 @@ export const Actions: StoryObj = {