Skip to content

Commit

Permalink
fix(input): fix type intent
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Aug 4, 2023
1 parent 79cd235 commit 96d7c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/input/src/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const ReadOnly: StoryFn = _args => {

<InputGroup className="max-w-sz-320" readOnly={isReadOnly}>
<InputGroup.LeadingAddon asChild>
<IconButton intent="primary" design="filled" aria-label="Search">
<IconButton intent="main" design="filled" aria-label="Search">
<Icon>
<EyeOutline />
</Icon>
Expand Down Expand Up @@ -208,6 +208,7 @@ export const ReadOnly: StoryFn = _args => {

<div>
<StoryLabel>With FormField label</StoryLabel>

<FormField readOnly={isReadOnly}>
<FormField.Label>My label</FormField.Label>

Expand Down

0 comments on commit 96d7c2e

Please sign in to comment.