diff --git a/src/components/TextInput/TextInput.stories.tsx b/src/components/TextInput/TextInput.stories.tsx index 705c3745..c786dbbc 100644 --- a/src/components/TextInput/TextInput.stories.tsx +++ b/src/components/TextInput/TextInput.stories.tsx @@ -84,7 +84,7 @@ export const Error: Story = { }; export const FullWidth: Story = { - name: 'Full Width', + name: 'Full width', args: { ...Enabled.args, value: 'Input text',