Skip to content

Commit

Permalink
chore: fixed casing on title
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Jan 24, 2024
1 parent 9679157 commit d4372b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Error: Story = {
};

export const FullWidth: Story = {
name: 'Full Width',
name: 'Full width',
args: {
...Enabled.args,
value: 'Input text',
Expand Down

0 comments on commit d4372b2

Please sign in to comment.