From c87b713ac559068d3afa26fb0800259acf565d78 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Thu, 7 Nov 2024 16:24:18 +0100 Subject: [PATCH] Chore: Use color control for preselected value in color swatches (#944) --- packages/uui-color-swatches/lib/uui-color-swatches.story.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uui-color-swatches/lib/uui-color-swatches.story.ts b/packages/uui-color-swatches/lib/uui-color-swatches.story.ts index 726b3c09e..21aa66717 100644 --- a/packages/uui-color-swatches/lib/uui-color-swatches.story.ts +++ b/packages/uui-color-swatches/lib/uui-color-swatches.story.ts @@ -19,6 +19,7 @@ const meta: Meta = { swatches: swatchesColor, }, argTypes: { + value: { control: { type: 'color' } }, showLabel: { control: { type: 'boolean' } }, }, // prettier-ignore