From 3ebff16e10d149ba1aac223ce101ea4be38ab67e Mon Sep 17 00:00:00 2001 From: karimim Date: Mon, 30 Sep 2024 14:12:06 +0200 Subject: [PATCH] chore: remove background color argument --- .../components/popover/popover.stories.ts | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/packages/documentation/src/stories/components/popover/popover.stories.ts b/packages/documentation/src/stories/components/popover/popover.stories.ts index e5fa3c86b0..a41156812c 100644 --- a/packages/documentation/src/stories/components/popover/popover.stories.ts +++ b/packages/documentation/src/stories/components/popover/popover.stories.ts @@ -46,24 +46,6 @@ const meta: MetaComponent = { category: 'General', }, }, - backgroundColor: { - name: 'Background color', - description: 'Define a background color, either `bg-primary` or `bg-yellow`.', - control: { - type: 'radio', - labels: { - yellow: 'Yellow', - primary: 'Primary', - }, - }, - options: ['primary', 'yellow'], - table: { - category: 'General', - type: { - summary: 'HTML class attribute', - }, - }, - }, closeButtonCaption: { name: 'Close button caption', }, @@ -95,7 +77,7 @@ function render(args: Args) {