Skip to content

Commit

Permalink
Update apps/design-system/src/components/Form/Form.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Prince Rajpoot <[email protected]>
  • Loading branch information
KhudaDad414 and princerajpoot20 authored Nov 27, 2023
1 parent 225451f commit 16464e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/design-system/src/components/Form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ export const Default = () => (
</Group>
<Group>
<div className="flex flex-col gap-3">
<div className="flex gap-3">
<Dropdown options={[{ label: "User/Password", value: "user/password" }]} value="user/password" />
<TextInput placeholder="Type something here..." className="grow" />
<TrashIcon className="w-6 h-6 text-gray-500" />
</div>
{renderSecurityInput()}
<TextInput placeholder="Type something here..." />
</div>
</Group>
Expand Down

0 comments on commit 16464e6

Please sign in to comment.