diff --git a/src/stories/SIcon.stories.ts b/src/stories/SIcon.stories.ts index 67c75152..d8cda33c 100644 --- a/src/stories/SIcon.stories.ts +++ b/src/stories/SIcon.stories.ts @@ -21,7 +21,7 @@ export const configurable = () => ({ default: select('Name', Object.values(Icons), Icons.Activity) }, size: { - default: number('Content position', 16) + default: number('Icon Size', 16) } } })