diff --git a/src/stories/Input.stories.tsx b/src/stories/Input.stories.tsx index 9bb83894..33a469ae 100644 --- a/src/stories/Input.stories.tsx +++ b/src/stories/Input.stories.tsx @@ -8,6 +8,7 @@ const meta = { parameters: { layout: "centered" }, tags: ["autodocs"], args: { + isFullWidth: false, label: "Enter Password", value: "", variant: "general", diff --git a/src/stories/PasswordInput.stories.tsx b/src/stories/PasswordInput.stories.tsx index 8c3880ce..315dabbd 100644 --- a/src/stories/PasswordInput.stories.tsx +++ b/src/stories/PasswordInput.stories.tsx @@ -8,6 +8,7 @@ const meta = { parameters: { layout: "centered" }, tags: ["autodocs"], args: { + isFullWidth: false, hideMessage: false, label: "Enter Password", value: "",