Skip to content

Commit da4d3ed

Browse files
committed
Fix story
1 parent 2cdaa41 commit da4d3ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/components/src/components/Input/Input.stories.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ const meta: Meta<typeof Input> = {
2020

2121
export const Default: Story = {
2222
args: {
23-
colors: {
24-
primary: 'red',
25-
error: 'blue',
26-
text: 'green',
27-
},
2823
placeholder: 'Input text',
2924
},
3025
}

0 commit comments

Comments
 (0)