Skip to content

Commit

Permalink
chore: udpated storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Feb 7, 2024
1 parent 2172f86 commit 4bc1ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const meta = {
parameters: { layout: "centered" },
tags: ["autodocs"],
args: {
isFullWidth: false,
label: "Enter Password",
value: "",
variant: "general",
Expand Down
1 change: 1 addition & 0 deletions src/stories/PasswordInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const meta = {
parameters: { layout: "centered" },
tags: ["autodocs"],
args: {
isFullWidth: false,
hideMessage: false,
label: "Enter Password",
value: "",
Expand Down

0 comments on commit 4bc1ffe

Please sign in to comment.