From a59765ea64c48d61bc6a3dff83b21aef9569a0db Mon Sep 17 00:00:00 2001 From: shindigira Date: Wed, 24 Jan 2024 16:30:08 -0500 Subject: [PATCH] chore: fixed casing on title --- src/components/TextInput/TextInput.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',